Html Css Color HEX #5C410D Dark Brown

📋 copy color: '#5C410D'

red 92 ◦ green 65 ◦ blue 13

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

Shades of Dark Brown #5C410D

Tints of Dark Brown #5C410D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.65%

R = 54.12%
G = 38.24%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#5C410D (or 0x5C410D) is known color: Dark Brown. HEX triplet: 5C, 41 and 0D. RGB value is (92,65,13). Sum of RGB (Red+Green+Blue) = 92+65+13=170 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.12% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 92 - color contains mainly: red. Hex color #5C410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C410D is #A3BEF2. Grayscale: #434343. Windows color (decimal): -10731251 or 868700. OLE color: 868700.

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

Color convert

RGB 92 65 13 -
CMYK 0 0.29 0.86 0.64
HSL 39.49º 0.75% 0.21% -
HSV(B) 39.49º 0.86% 0.36% -
XYZ 6.38 6.08 1.22 -
YUV 67.15 97.45 145.73 -
System Red Green Blue C M Y K H S L
Decimal 92 65 13 0 0.29 0.86 0.64 39.49 0.75 0.21
Hex 5C 41 D 0 1D 56 40 27 4B 15
Octal 134 101 15 0 35 126 100 47 113 25
Binary 1011100 1000001 1101 0 11101 1010110 1000000 100111 1001011 10101

Color Harmonies of #5C410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C410D

Black with #5C410D

Text Example


Text Example

White with #5C410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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