Html Css Color HEX #5C4130 Very Dark Brown

📋 copy color: '#5C4130'

red 92 ◦ green 65 ◦ blue 48

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

Shades of Very Dark Brown #5C4130

Tints of Very Dark Brown #5C4130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.71%

 BLUE value IS 48 (19.14% from 255) = 23.41%

R = 44.88%
G = 31.71%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#5C4130 (or 0x5C4130) is known color: Very Dark Brown. HEX triplet: 5C, 41 and 30. RGB value is (92,65,48). Sum of RGB (Red+Green+Blue) = 92+65+48=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4130 is #A3BECF. Grayscale: #474747. Windows color (decimal): -10731216 or 3162460. OLE color: 3162460.

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

Color convert

RGB 92 65 48 -
CMYK 0 0.29 0.48 0.64
HSL 23.18º 0.31% 0.27% -
HSV(B) 23.18º 0.48% 0.36% -
XYZ 6.84 6.27 3.65 -
YUV 71.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 92 65 48 0 0.29 0.48 0.64 23.18 0.31 0.27
Hex 5C 41 30 0 1D 30 40 17 1F 1B
Octal 134 101 60 0 35 60 100 27 37 33
Binary 1011100 1000001 110000 0 11101 110000 1000000 10111 11111 11011

Color Harmonies of #5C4130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4130

Black with #5C4130

Text Example


Text Example

White with #5C4130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,65,48); }

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

background-color css

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

 a { background-color: rgb(92,65,48); }

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

border-color css

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

 span { border-color: rgb(92,65,48); }

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