Html Css Color HEX #5C411E Dark Brown

📋 copy color: '#5C411E'

red 92 ◦ green 65 ◦ blue 30

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

Shades of Dark Brown #5C411E

Tints of Dark Brown #5C411E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.04%

R = 49.2%
G = 34.76%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#5C411E (or 0x5C411E) is known color: Dark Brown. HEX triplet: 5C, 41 and 1E. RGB value is (92,65,30). Sum of RGB (Red+Green+Blue) = 92+65+30=187 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.20% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 92 - color contains mainly: red. Hex color #5C411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C411E is #A3BEE1. Grayscale: #454545. Windows color (decimal): -10731234 or 1982812. OLE color: 1982812.

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

Color convert

RGB 92 65 30 -
CMYK 0 0.29 0.67 0.64
HSL 33.87º 0.51% 0.24% -
HSV(B) 33.87º 0.67% 0.36% -
XYZ 6.54 6.15 2.07 -
YUV 69.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 92 65 30 0 0.29 0.67 0.64 33.87 0.51 0.24
Hex 5C 41 1E 0 1D 43 40 22 33 18
Octal 134 101 36 0 35 103 100 42 63 30
Binary 1011100 1000001 11110 0 11101 1000011 1000000 100010 110011 11000

Color Harmonies of #5C411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C411E

Black with #5C411E

Text Example


Text Example

White with #5C411E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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