Html Css Color HEX #55421B Bronze Olive

📋 copy color: '#55421B'

red 85 ◦ green 66 ◦ blue 27

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

Shades of Bronze Olive #55421B

Tints of Bronze Olive #55421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.08%

 BLUE value IS 27 (10.94% from 255) = 15.17%

R = 47.75%
G = 37.08%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#55421B (or 0x55421B) is known color: Bronze Olive. HEX triplet: 55, 42 and 1B. RGB value is (85,66,27). Sum of RGB (Red+Green+Blue) = 85+66+27=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55421B is #AABDE4. Grayscale: #434343. Windows color (decimal): -11189733 or 1786453. OLE color: 1786453.

HSL color Cylindrical-coordinate representation of color #55421B: hue angle of 40.34º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55421B is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 66 27 -
CMYK 0 0.22 0.68 0.67
HSL 40.34º 0.52% 0.22% -
HSV(B) 40.34º 0.68% 0.33% -
XYZ 5.89 5.91 1.87 -
YUV 67.24 105.29 140.67 -
System Red Green Blue C M Y K H S L
Decimal 85 66 27 0 0.22 0.68 0.67 40.34 0.52 0.22
Hex 55 42 1B 0 16 44 43 28 34 16
Octal 125 102 33 0 26 104 103 50 64 26
Binary 1010101 1000010 11011 0 10110 1000100 1000011 101000 110100 10110

Color Harmonies of #55421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55421B

Black with #55421B

Text Example


Text Example

White with #55421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55421B; }

 p { color: rgb(85,66,27); }

 H1.HeaderClassName
 {
   color: #55421B;
 }
 .AnyTagClassName
 {
   color: #55421B;
 }
</style>

background-color css

<style>
 a { background-color: #55421B; }

 a { background-color: rgb(85,66,27); }

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

border-color css

<style>
 span { border-color: #55421B; }

 span { border-color: rgb(85,66,27); }

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