Html Css Color HEX #5C4035 Very Dark Brown

📋 copy color: '#5C4035'

red 92 ◦ green 64 ◦ blue 53

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

Shades of Very Dark Brown #5C4035

Tints of Very Dark Brown #5C4035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

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

R = 44.02%
G = 30.62%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#5C4035 (or 0x5C4035) is known color: Very Dark Brown. HEX triplet: 5C, 40 and 35. RGB value is (92,64,53). Sum of RGB (Red+Green+Blue) = 92+64+53=209 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.02% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4035 is #A3BFCA. Grayscale: #474747. Windows color (decimal): -10731467 or 3489884. OLE color: 3489884.

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

Color convert

RGB 92 64 53 -
CMYK 0 0.30 0.42 0.64
HSL 16.92º 0.27% 0.28% -
HSV(B) 16.92º 0.42% 0.36% -
XYZ 6.89 6.2 4.2 -
YUV 71.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 92 64 53 0 0.30 0.42 0.64 16.92 0.27 0.28
Hex 5C 40 35 0 1E 2A 40 11 1B 1C
Octal 134 100 65 0 36 52 100 21 33 34
Binary 1011100 1000000 110101 0 11110 101010 1000000 10001 11011 11100

Color Harmonies of #5C4035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4035

Black with #5C4035

Text Example


Text Example

White with #5C4035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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