Html Css Color HEX #5A453A Brown Derby

📋 copy color: '#5A453A'

red 90 ◦ green 69 ◦ blue 58

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

Shades of Brown Derby #5A453A

Tints of Brown Derby #5A453A

RGB

 RED value IS 90 (35.55% from 255) = 41.47%

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

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

R = 41.47%
G = 31.8%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#5A453A (or 0x5A453A) is known color: Brown Derby. HEX triplet: 5A, 45 and 3A. RGB value is (90,69,58). Sum of RGB (Red+Green+Blue) = 90+69+58=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A453A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A453A is #A5BAC5. Grayscale: #4A4A4A. Windows color (decimal): -10861254 or 3818842. OLE color: 3818842.

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

Color convert

RGB 90 69 58 -
CMYK 0 0.23 0.36 0.65
HSL 20.63º 0.22% 0.29% -
HSV(B) 20.63º 0.36% 0.35% -
XYZ 7.11 6.74 4.93 -
YUV 74.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 90 69 58 0 0.23 0.36 0.65 20.63 0.22 0.29
Hex 5A 45 3A 0 17 24 41 15 16 1D
Octal 132 105 72 0 27 44 101 25 26 35
Binary 1011010 1000101 111010 0 10111 100100 1000001 10101 10110 11101

Color Harmonies of #5A453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A453A

Black with #5A453A

Text Example


Text Example

White with #5A453A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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