Html Css Color HEX #5C453A Brown Derby

📋 copy color: '#5C453A'

red 92 ◦ green 69 ◦ blue 58

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

Shades of Brown Derby #5C453A

Tints of Brown Derby #5C453A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.48%

R = 42.01%
G = 31.51%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#5C453A (or 0x5C453A) is known color: Brown Derby. HEX triplet: 5C, 45 and 3A. RGB value is (92,69,58). Sum of RGB (Red+Green+Blue) = 92+69+58=219 (29% of max value = 765). Red value is 92 (36.33% from 255 or 42.01% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 92 - color contains mainly: red. Hex color #5C453A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C453A is #A3BAC5. Grayscale: #4A4A4A. Windows color (decimal): -10730182 or 3818844. OLE color: 3818844.

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

Color convert

RGB 92 69 58 -
CMYK 0 0.25 0.37 0.64
HSL 19.41º 0.23% 0.29% -
HSV(B) 19.41º 0.37% 0.36% -
XYZ 7.31 6.84 4.94 -
YUV 74.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 92 69 58 0 0.25 0.37 0.64 19.41 0.23 0.29
Hex 5C 45 3A 0 19 25 40 13 17 1D
Octal 134 105 72 0 31 45 100 23 27 35
Binary 1011100 1000101 111010 0 11001 100101 1000000 10011 10111 11101

Color Harmonies of #5C453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C453A

Black with #5C453A

Text Example


Text Example

White with #5C453A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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