Html Css Color HEX #55411F Deep Bronze

📋 copy color: '#55411F'

red 85 ◦ green 65 ◦ blue 31

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

Shades of Deep Bronze #55411F

Tints of Deep Bronze #55411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.91%

 BLUE value IS 31 (12.5% from 255) = 17.13%

R = 46.96%
G = 35.91%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55411F (or 0x55411F) is known color: Deep Bronze. HEX triplet: 55, 41 and 1F. RGB value is (85,65,31). Sum of RGB (Red+Green+Blue) = 85+65+31=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55411F is #AABEE0. Grayscale: #434343. Windows color (decimal): -11189985 or 2048341. OLE color: 2048341.

HSL color Cylindrical-coordinate representation of color #55411F: hue angle of 37.78º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55411F is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 65 31 -
CMYK 0 0.24 0.64 0.67
HSL 37.78º 0.47% 0.23% -
HSV(B) 37.78º 0.64% 0.33% -
XYZ 5.88 5.81 2.11 -
YUV 67.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 85 65 31 0 0.24 0.64 0.67 37.78 0.47 0.23
Hex 55 41 1F 0 18 40 43 26 2F 17
Octal 125 101 37 0 30 100 103 46 57 27
Binary 1010101 1000001 11111 0 11000 1000000 1000011 100110 101111 10111

Color Harmonies of #55411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55411F

Black with #55411F

Text Example


Text Example

White with #55411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,65,31); }

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

background-color css

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

 a { background-color: rgb(85,65,31); }

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

border-color css

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

 span { border-color: rgb(85,65,31); }

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