Html Css Color HEX #5C453B Very Dark Brown

📋 copy color: '#5C453B'

red 92 ◦ green 69 ◦ blue 59

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

Shades of Very Dark Brown #5C453B

Tints of Very Dark Brown #5C453B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.36%

 BLUE value IS 59 (23.44% from 255) = 26.82%

R = 41.82%
G = 31.36%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.64

RGB Variations

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

Color information

#5C453B (or 0x5C453B) is known color: Very Dark Brown. HEX triplet: 5C, 45 and 3B. RGB value is (92,69,59). Sum of RGB (Red+Green+Blue) = 92+69+59=220 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.82% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 92 - color contains mainly: red. Hex color #5C453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C453B is #A3BAC4. Grayscale: #4A4A4A. Windows color (decimal): -10730181 or 3884380. OLE color: 3884380.

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

Color convert

RGB 92 69 59 -
CMYK 0 0.25 0.36 0.64
HSL 18.18º 0.22% 0.3% -
HSV(B) 18.18º 0.36% 0.36% -
XYZ 7.33 6.85 5.07 -
YUV 74.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 92 69 59 0 0.25 0.36 0.64 18.18 0.22 0.3
Hex 5C 45 3B 0 19 24 40 12 16 1E
Octal 134 105 73 0 31 44 100 22 26 36
Binary 1011100 1000101 111011 0 11001 100100 1000000 10010 10110 11110

Color Harmonies of #5C453B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C453B

Black with #5C453B

Text Example


Text Example

White with #5C453B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,69,59); }

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

background-color css

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

 a { background-color: rgb(92,69,59); }

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

border-color css

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

 span { border-color: rgb(92,69,59); }

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