Html Css Color HEX #5B420B Raw Umber

📋 copy color: '#5B420B'

red 91 ◦ green 66 ◦ blue 11

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

Shades of Raw Umber #5B420B

Tints of Raw Umber #5B420B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.55%

R = 54.17%
G = 39.29%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.64

RGB Variations

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

Color information

#5B420B (or 0x5B420B) is known color: Raw Umber. HEX triplet: 5B, 42 and 0B. RGB value is (91,66,11). Sum of RGB (Red+Green+Blue) = 91+66+11=168 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.17% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 91 - color contains mainly: red. Hex color #5B420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B420B is #A4BDF4. Grayscale: #434343. Windows color (decimal): -10796533 or 737883. OLE color: 737883.

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

Color convert

RGB 91 66 11 -
CMYK 0 0.27 0.88 0.64
HSL 41.25º 0.78% 0.2% -
HSV(B) 41.25º 0.88% 0.36% -
XYZ 6.32 6.14 1.17 -
YUV 67.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 91 66 11 0 0.27 0.88 0.64 41.25 0.78 0.2
Hex 5B 42 B 0 1B 58 40 29 4E 14
Octal 133 102 13 0 33 130 100 51 116 24
Binary 1011011 1000010 1011 0 11011 1011000 1000000 101001 1001110 10100

Color Harmonies of #5B420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B420B

Black with #5B420B

Text Example


Text Example

White with #5B420B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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