Html Css Color HEX #55452D Deep Bronze

📋 copy color: '#55452D'

red 85 ◦ green 69 ◦ blue 45

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

Shades of Deep Bronze #55452D

Tints of Deep Bronze #55452D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.61%

R = 42.71%
G = 34.67%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#55452D (or 0x55452D) is known color: Deep Bronze. HEX triplet: 55, 45 and 2D. RGB value is (85,69,45). Sum of RGB (Red+Green+Blue) = 85+69+45=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #55452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55452D is #AABAD2. Grayscale: #474747. Windows color (decimal): -11188947 or 2966869. OLE color: 2966869.

HSL color Cylindrical-coordinate representation of color #55452D: hue angle of 36º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55452D is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 69 45 -
CMYK 0 0.19 0.47 0.67
HSL 36º 0.31% 0.25% -
HSV(B) 36º 0.47% 0.33% -
XYZ 6.35 6.38 3.38 -
YUV 71.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 85 69 45 0 0.19 0.47 0.67 36 0.31 0.25
Hex 55 45 2D 0 13 2F 43 24 1F 19
Octal 125 105 55 0 23 57 103 44 37 31
Binary 1010101 1000101 101101 0 10011 101111 1000011 100100 11111 11001

Color Harmonies of #55452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55452D

Black with #55452D

Text Example


Text Example

White with #55452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55452D; }

 p { color: rgb(85,69,45); }

 H1.HeaderClassName
 {
   color: #55452D;
 }
 .AnyTagClassName
 {
   color: #55452D;
 }
</style>

background-color css

<style>
 a { background-color: #55452D; }

 a { background-color: rgb(85,69,45); }

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

border-color css

<style>
 span { border-color: #55452D; }

 span { border-color: rgb(85,69,45); }

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