Html Css Color HEX #5C421D Dark Brown

📋 copy color: '#5C421D'

red 92 ◦ green 66 ◦ blue 29

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

Shades of Dark Brown #5C421D

Tints of Dark Brown #5C421D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.51%

R = 49.2%
G = 35.29%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#5C421D (or 0x5C421D) is known color: Dark Brown. HEX triplet: 5C, 42 and 1D. RGB value is (92,66,29). Sum of RGB (Red+Green+Blue) = 92+66+29=187 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.20% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 92 - color contains mainly: red. Hex color #5C421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C421D is #A3BDE2. Grayscale: #454545. Windows color (decimal): -10730979 or 1917532. OLE color: 1917532.

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

Color convert

RGB 92 66 29 -
CMYK 0 0.28 0.68 0.64
HSL 35.24º 0.52% 0.24% -
HSV(B) 35.24º 0.68% 0.36% -
XYZ 6.58 6.26 2.02 -
YUV 69.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 92 66 29 0 0.28 0.68 0.64 35.24 0.52 0.24
Hex 5C 42 1D 0 1C 44 40 23 34 18
Octal 134 102 35 0 34 104 100 43 64 30
Binary 1011100 1000010 11101 0 11100 1000100 1000000 100011 110100 11000

Color Harmonies of #5C421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C421D

Black with #5C421D

Text Example


Text Example

White with #5C421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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