Html Css Color HEX #55402A Deep Bronze

📋 copy color: '#55402A'

red 85 ◦ green 64 ◦ blue 42

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

Shades of Deep Bronze #55402A

Tints of Deep Bronze #55402A

RGB

 RED value IS 85 (33.59% from 255) = 44.5%

 GREEN value IS 64 (25.39% from 255) = 33.51%

 BLUE value IS 42 (16.8% from 255) = 21.99%

R = 44.5%
G = 33.51%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#55402A (or 0x55402A) is known color: Deep Bronze. HEX triplet: 55, 40 and 2A. RGB value is (85,64,42). Sum of RGB (Red+Green+Blue) = 85+64+42=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #55402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55402A is #AABFD5. Grayscale: #434343. Windows color (decimal): -11190230 or 2768981. OLE color: 2768981.

HSL color Cylindrical-coordinate representation of color #55402A: hue angle of 30.7º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55402A is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 64 42 -
CMYK 0 0.25 0.51 0.67
HSL 30.7º 0.34% 0.25% -
HSV(B) 30.7º 0.51% 0.33% -
XYZ 6 5.77 2.99 -
YUV 67.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 85 64 42 0 0.25 0.51 0.67 30.7 0.34 0.25
Hex 55 40 2A 0 19 33 43 1F 22 19
Octal 125 100 52 0 31 63 103 37 42 31
Binary 1010101 1000000 101010 0 11001 110011 1000011 11111 100010 11001

Color Harmonies of #55402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55402A

Black with #55402A

Text Example


Text Example

White with #55402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55402A; }

 p { color: rgb(85,64,42); }

 H1.HeaderClassName
 {
   color: #55402A;
 }
 .AnyTagClassName
 {
   color: #55402A;
 }
</style>

background-color css

<style>
 a { background-color: #55402A; }

 a { background-color: rgb(85,64,42); }

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

border-color css

<style>
 span { border-color: #55402A; }

 span { border-color: rgb(85,64,42); }

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