Html Css Color HEX #5C4115 Dark Brown

📋 copy color: '#5C4115'

red 92 ◦ green 65 ◦ blue 21

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

Shades of Dark Brown #5C4115

Tints of Dark Brown #5C4115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.8%

R = 51.69%
G = 36.52%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#5C4115 (or 0x5C4115) is known color: Dark Brown. HEX triplet: 5C, 41 and 15. RGB value is (92,65,21). Sum of RGB (Red+Green+Blue) = 92+65+21=178 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.69% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4115 is #A3BEEA. Grayscale: #444444. Windows color (decimal): -10731243 or 1392988. OLE color: 1392988.

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

Color convert

RGB 92 65 21 -
CMYK 0 0.29 0.77 0.64
HSL 37.18º 0.63% 0.22% -
HSV(B) 37.18º 0.77% 0.36% -
XYZ 6.44 6.11 1.55 -
YUV 68.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 92 65 21 0 0.29 0.77 0.64 37.18 0.63 0.22
Hex 5C 41 15 0 1D 4D 40 25 3F 16
Octal 134 101 25 0 35 115 100 45 77 26
Binary 1011100 1000001 10101 0 11101 1001101 1000000 100101 111111 10110

Color Harmonies of #5C4115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4115

Black with #5C4115

Text Example


Text Example

White with #5C4115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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