Html Css Color HEX #5C4335 Very Dark Brown

📋 copy color: '#5C4335'

red 92 ◦ green 67 ◦ blue 53

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

Shades of Very Dark Brown #5C4335

Tints of Very Dark Brown #5C4335

RGB

 RED value IS 92 (36.33% from 255) = 43.4%

 GREEN value IS 67 (26.56% from 255) = 31.6%

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

R = 43.4%
G = 31.6%
B = 25%

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

#5C4335 (or 0x5C4335) is known color: Very Dark Brown. HEX triplet: 5C, 43 and 35. RGB value is (92,67,53). Sum of RGB (Red+Green+Blue) = 92+67+53=212 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.40% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4335 is #A3BCCA. Grayscale: #484848. Windows color (decimal): -10730699 or 3490652. OLE color: 3490652.

HSL color Cylindrical-coordinate representation of color #5C4335: hue angle of 21.54º degrees, saturation: 0.27, 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 #5C4335 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 67 53 -
CMYK 0 0.27 0.42 0.64
HSL 21.54º 0.27% 0.28% -
HSV(B) 21.54º 0.42% 0.36% -
XYZ 7.06 6.55 4.26 -
YUV 72.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 92 67 53 0 0.27 0.42 0.64 21.54 0.27 0.28
Hex 5C 43 35 0 1B 2A 40 16 1B 1C
Octal 134 103 65 0 33 52 100 26 33 34
Binary 1011100 1000011 110101 0 11011 101010 1000000 10110 11011 11100

Color Harmonies of #5C4335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4335

Black with #5C4335

Text Example


Text Example

White with #5C4335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,67,53); }

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

background-color css

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

 a { background-color: rgb(92,67,53); }

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

border-color css

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

 span { border-color: rgb(92,67,53); }

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