Html Css Color HEX #55402F Deep Bronze

📋 copy color: '#55402F'

red 85 ◦ green 64 ◦ blue 47

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

Shades of Deep Bronze #55402F

Tints of Deep Bronze #55402F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.98%

R = 43.37%
G = 32.65%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#55402F (or 0x55402F) is known color: Deep Bronze. HEX triplet: 55, 40 and 2F. RGB value is (85,64,47). Sum of RGB (Red+Green+Blue) = 85+64+47=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55402F is #AABFD0. Grayscale: #444444. Windows color (decimal): -11190225 or 3096661. OLE color: 3096661.

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

Color convert

RGB 85 64 47 -
CMYK 0 0.25 0.45 0.67
HSL 26.84º 0.29% 0.26% -
HSV(B) 26.84º 0.45% 0.33% -
XYZ 6.09 5.8 3.49 -
YUV 68.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 85 64 47 0 0.25 0.45 0.67 26.84 0.29 0.26
Hex 55 40 2F 0 19 2D 43 1B 1D 1A
Octal 125 100 57 0 31 55 103 33 35 32
Binary 1010101 1000000 101111 0 11001 101101 1000011 11011 11101 11010

Color Harmonies of #55402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55402F

Black with #55402F

Text Example


Text Example

White with #55402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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