Html Css Color HEX #554817 Bronze Olive

📋 copy color: '#554817'

red 85 ◦ green 72 ◦ blue 23

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

Shades of Bronze Olive #554817

Tints of Bronze Olive #554817

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40%

 BLUE value IS 23 (9.38% from 255) = 12.78%

R = 47.22%
G = 40%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#554817 (or 0x554817) is known color: Bronze Olive. HEX triplet: 55, 48 and 17. RGB value is (85,72,23). Sum of RGB (Red+Green+Blue) = 85+72+23=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #554817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554817 is #AAB7E8. Grayscale: #464646. Windows color (decimal): -11188201 or 1525845. OLE color: 1525845.

HSL color Cylindrical-coordinate representation of color #554817: hue angle of 47.42º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #554817 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 72 23 -
CMYK 0 0.15 0.73 0.67
HSL 47.42º 0.57% 0.21% -
HSV(B) 47.42º 0.73% 0.33% -
XYZ 6.22 6.63 1.76 -
YUV 70.3 101.31 138.48 -
System Red Green Blue C M Y K H S L
Decimal 85 72 23 0 0.15 0.73 0.67 47.42 0.57 0.21
Hex 55 48 17 0 F 49 43 2F 39 15
Octal 125 110 27 0 17 111 103 57 71 25
Binary 1010101 1001000 10111 0 1111 1001001 1000011 101111 111001 10101

Color Harmonies of #554817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554817

Black with #554817

Text Example


Text Example

White with #554817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554817; }

 p { color: rgb(85,72,23); }

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

background-color css

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

 a { background-color: rgb(85,72,23); }

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

border-color css

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

 span { border-color: rgb(85,72,23); }

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