Html Css Color HEX #5B420C Raw Umber

📋 copy color: '#5B420C'

red 91 ◦ green 66 ◦ blue 12

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

Shades of Raw Umber #5B420C

Tints of Raw Umber #5B420C

RGB

 RED value IS 91 (35.94% from 255) = 53.85%

 GREEN value IS 66 (26.17% from 255) = 39.05%

 BLUE value IS 12 (5.08% from 255) = 7.1%

R = 53.85%
G = 39.05%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.64

RGB Variations

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

Color information

#5B420C (or 0x5B420C) is known color: Raw Umber. HEX triplet: 5B, 42 and 0C. RGB value is (91,66,12). Sum of RGB (Red+Green+Blue) = 91+66+12=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B420C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B420C is #A4BDF3. Grayscale: #434343. Windows color (decimal): -10796532 or 803419. OLE color: 803419.

HSL color Cylindrical-coordinate representation of color #5B420C: hue angle of 41.01º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B420C is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 66 12 -
CMYK 0 0.27 0.87 0.64
HSL 41.01º 0.77% 0.2% -
HSV(B) 41.01º 0.87% 0.36% -
XYZ 6.33 6.15 1.2 -
YUV 67.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 91 66 12 0 0.27 0.87 0.64 41.01 0.77 0.2
Hex 5B 42 C 0 1B 57 40 29 4D 14
Octal 133 102 14 0 33 127 100 51 115 24
Binary 1011011 1000010 1100 0 11011 1010111 1000000 101001 1001101 10100

Color Harmonies of #5B420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B420C

Black with #5B420C

Text Example


Text Example

White with #5B420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,66,12); }

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

background-color css

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

 a { background-color: rgb(91,66,12); }

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

border-color css

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

 span { border-color: rgb(91,66,12); }

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