#5B430B

Color #5B430B Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #5B430B

Tints of Raw Umber #5B430B

Color information

#5B430B (or 0x5B430B) is unknown color: approx Raw Umber. HEX triplet: 5B, 43 and 0B. RGB value is (91,67,11). Sum of RGB (Red+Green+Blue) = 91+67+11=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B430B is #A4BCF4. Grayscale: #444444. Windows color (decimal): -10796277 or 738139. OLE color: 738139.

HSL color Cylindrical-coordinate representation of color #5B430B: hue angle of 42º 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 #5B430B is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB916711-
CMYK00.260.880.64
HSL42º78.43%20%-
HSV(B)42º87.91%35.69%-
XYZ6.386.261.19-
YUV67.7995.95144.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 53.85%
GREEN value IS 67 (26.56% from 255) = 39.64%
BLUE value IS 11 (4.69% from 255) = 6.51%
R=53.85%
G=39.64%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91671100.260.880.644278.4320
Hex5B43B01A58402a4e14
Octal133103130321301005211624
Binary10110111000011101101101010110001000000101010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B430B;
 }
 .AnyTagClassName
 {
   color: #5B430B;
 }
</style>
background-color css

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

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

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

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

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

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