Html Css Color HEX #5B4235 Very Dark Brown

📋 copy color: '#5B4235'

red 91 ◦ green 66 ◦ blue 53

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

Shades of Very Dark Brown #5B4235

Tints of Very Dark Brown #5B4235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.24%

R = 43.33%
G = 31.43%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#5B4235 (or 0x5B4235) is known color: Very Dark Brown. HEX triplet: 5B, 42 and 35. RGB value is (91,66,53). Sum of RGB (Red+Green+Blue) = 91+66+53=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4235 is #A4BDCA. Grayscale: #484848. Windows color (decimal): -10796491 or 3490395. OLE color: 3490395.

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

Color convert

RGB 91 66 53 -
CMYK 0 0.27 0.42 0.64
HSL 20.53º 0.26% 0.28% -
HSV(B) 20.53º 0.42% 0.36% -
XYZ 6.91 6.38 4.24 -
YUV 71.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 91 66 53 0 0.27 0.42 0.64 20.53 0.26 0.28
Hex 5B 42 35 0 1B 2A 40 15 1A 1C
Octal 133 102 65 0 33 52 100 25 32 34
Binary 1011011 1000010 110101 0 11011 101010 1000000 10101 11010 11100

Color Harmonies of #5B4235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4235

Black with #5B4235

Text Example


Text Example

White with #5B4235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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