Html Css Color HEX #5C4532 Brown Derby

📋 copy color: '#5C4532'

red 92 ◦ green 69 ◦ blue 50

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

Shades of Brown Derby #5C4532

Tints of Brown Derby #5C4532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.7%

R = 43.6%
G = 32.7%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#5C4532 (or 0x5C4532) is known color: Brown Derby. HEX triplet: 5C, 45 and 32. RGB value is (92,69,50). Sum of RGB (Red+Green+Blue) = 92+69+50=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4532 is #A3BACD. Grayscale: #494949. Windows color (decimal): -10730190 or 3294556. OLE color: 3294556.

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

Color convert

RGB 92 69 50 -
CMYK 0 0.25 0.46 0.64
HSL 27.14º 0.3% 0.28% -
HSV(B) 27.14º 0.46% 0.36% -
XYZ 7.12 6.76 3.95 -
YUV 73.71 114.62 141.04 -
System Red Green Blue C M Y K H S L
Decimal 92 69 50 0 0.25 0.46 0.64 27.14 0.3 0.28
Hex 5C 45 32 0 19 2E 40 1B 1E 1C
Octal 134 105 62 0 31 56 100 33 36 34
Binary 1011100 1000101 110010 0 11001 101110 1000000 11011 11110 11100

Color Harmonies of #5C4532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4532

Black with #5C4532

Text Example


Text Example

White with #5C4532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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