Html Css Color HEX #5C451D Dark Brown

📋 copy color: '#5C451D'

red 92 ◦ green 69 ◦ blue 29

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

Shades of Dark Brown #5C451D

Tints of Dark Brown #5C451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

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

R = 48.42%
G = 36.32%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#5C451D (or 0x5C451D) is known color: Dark Brown. HEX triplet: 5C, 45 and 1D. RGB value is (92,69,29). Sum of RGB (Red+Green+Blue) = 92+69+29=190 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.42% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 92 - color contains mainly: red. Hex color #5C451D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C451D is #A3BAE2. Grayscale: #474747. Windows color (decimal): -10730211 or 1918300. OLE color: 1918300.

HSL color Cylindrical-coordinate representation of color #5C451D: hue angle of 38.1º 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 #5C451D is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 69 29 -
CMYK 0 0.25 0.68 0.64
HSL 38.1º 0.52% 0.24% -
HSV(B) 38.1º 0.68% 0.36% -
XYZ 6.76 6.62 2.08 -
YUV 71.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 92 69 29 0 0.25 0.68 0.64 38.1 0.52 0.24
Hex 5C 45 1D 0 19 44 40 26 34 18
Octal 134 105 35 0 31 104 100 46 64 30
Binary 1011100 1000101 11101 0 11001 1000100 1000000 100110 110100 11000

Color Harmonies of #5C451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C451D

Black with #5C451D

Text Example


Text Example

White with #5C451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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