Html Css Color HEX #5C4231 Very Dark Brown

📋 copy color: '#5C4231'

red 92 ◦ green 66 ◦ blue 49

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

Shades of Very Dark Brown #5C4231

Tints of Very Dark Brown #5C4231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.67%

R = 44.44%
G = 31.88%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#5C4231 (or 0x5C4231) is known color: Very Dark Brown. HEX triplet: 5C, 42 and 31. RGB value is (92,66,49). Sum of RGB (Red+Green+Blue) = 92+66+49=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4231 is #A3BDCE. Grayscale: #474747. Windows color (decimal): -10730959 or 3228252. OLE color: 3228252.

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

Color convert

RGB 92 66 49 -
CMYK 0 0.28 0.47 0.64
HSL 23.72º 0.3% 0.28% -
HSV(B) 23.72º 0.47% 0.36% -
XYZ 6.92 6.39 3.78 -
YUV 71.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 92 66 49 0 0.28 0.47 0.64 23.72 0.3 0.28
Hex 5C 42 31 0 1C 2F 40 18 1E 1C
Octal 134 102 61 0 34 57 100 30 36 34
Binary 1011100 1000010 110001 0 11100 101111 1000000 11000 11110 11100

Color Harmonies of #5C4231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4231

Black with #5C4231

Text Example


Text Example

White with #5C4231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,66,49); }

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

background-color css

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

 a { background-color: rgb(92,66,49); }

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

border-color css

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

 span { border-color: rgb(92,66,49); }

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