Html Css Color HEX #5F430E Raw Umber

📋 copy color: '#5F430E'

red 95 ◦ green 67 ◦ blue 14

#5F430E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #5F430E

Tints of Raw Umber #5F430E

RGB

 RED value IS 95 (37.5% from 255) = 53.98%

 GREEN value IS 67 (26.56% from 255) = 38.07%

 BLUE value IS 14 (5.86% from 255) = 7.95%

R = 53.98%
G = 38.07%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.63

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5F430E (or 0x5F430E) is known color: Raw Umber. HEX triplet: 5F, 43 and 0E. RGB value is (95,67,14). Sum of RGB (Red+Green+Blue) = 95+67+14=176 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.98% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 95 - color contains mainly: red. Hex color #5F430E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F430E is #A0BCF1. Grayscale: #454545. Windows color (decimal): -10534130 or 934751. OLE color: 934751.

HSL color Cylindrical-coordinate representation of color #5F430E: hue angle of 39.26º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F430E is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 67 14 -
CMYK 0 0.29 0.85 0.63
HSL 39.26º 0.74% 0.21% -
HSV(B) 39.26º 0.85% 0.37% -
XYZ 6.81 6.48 1.31 -
YUV 69.33 96.78 146.31 -
System Red Green Blue C M Y K H S L
Decimal 95 67 14 0 0.29 0.85 0.63 39.26 0.74 0.21
Hex 5F 43 E 0 1D 55 3F 27 4A 15
Octal 137 103 16 0 35 125 77 47 112 25
Binary 1011111 1000011 1110 0 11101 1010101 111111 100111 1001010 10101

Color Harmonies of #5F430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F430E

Black with #5F430E

Text Example


Text Example

White with #5F430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F430E; }

 p { color: rgb(95,67,14); }

 H1.HeaderClassName
 {
   color: #5F430E;
 }
 .AnyTagClassName
 {
   color: #5F430E;
 }
</style>

background-color css

<style>
 a { background-color: #5F430E; }

 a { background-color: rgb(95,67,14); }

 div.DivClassName
 {
   background-color: #5F430E;
 }
 .BgClassName
 {
   background-color: #5F430E;
 }
</style>

border-color css

<style>
 span { border-color: #5F430E; }

 span { border-color: rgb(95,67,14); }

 td.TdClassName
 {
   border-color: #5F430E;
 }
 .TagClassName
 {
   border-color: #5F430E;
 }
</style>