Html Css Color HEX #5B4800 Raw Umber

📋 copy color: '#5B4800'

red 91 ◦ green 72 ◦ blue 0

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

Shades of Raw Umber #5B4800

Tints of Raw Umber #5B4800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.83%
G = 44.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.64

RGB Variations

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

Color information

#5B4800 (or 0x5B4800) is known color: Raw Umber. HEX triplet: 5B, 48 and 00. RGB value is (91,72,0). Sum of RGB (Red+Green+Blue) = 91+72+0=163 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.83% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4800 is #A4B7FF. Grayscale: #454545. Windows color (decimal): -10795008 or 18523. OLE color: 18523.

HSL color Cylindrical-coordinate representation of color #5B4800: hue angle of 47.47º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B4800 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 72 0 -
CMYK 0 0.21 1 0.64
HSL 47.47º 1% 0.18% -
HSV(B) 47.47º 1% 0.36% -
XYZ 6.63 6.86 0.97 -
YUV 69.47 88.79 143.35 -
System Red Green Blue C M Y K H S L
Decimal 91 72 0 0 0.21 1 0.64 47.47 1 0.18
Hex 5B 48 0 0 15 64 40 2F 64 12
Octal 133 110 0 0 25 144 100 57 144 22
Binary 1011011 1001000 0 0 10101 1100100 1000000 101111 1100100 10010

Color Harmonies of #5B4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4800

Black with #5B4800

Text Example


Text Example

White with #5B4800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,72,0); }

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

background-color css

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

 a { background-color: rgb(91,72,0); }

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

border-color css

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

 span { border-color: rgb(91,72,0); }

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