Html Css Color HEX #554318 Bronze Olive

📋 copy color: '#554318'

red 85 ◦ green 67 ◦ blue 24

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

Shades of Bronze Olive #554318

Tints of Bronze Olive #554318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.07%

 BLUE value IS 24 (9.77% from 255) = 13.64%

R = 48.3%
G = 38.07%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#554318 (or 0x554318) is known color: Bronze Olive. HEX triplet: 55, 43 and 18. RGB value is (85,67,24). Sum of RGB (Red+Green+Blue) = 85+67+24=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #554318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554318 is #AABCE7. Grayscale: #434343. Windows color (decimal): -11189480 or 1590101. OLE color: 1590101.

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

Color convert

RGB 85 67 24 -
CMYK 0 0.21 0.72 0.67
HSL 42.3º 0.56% 0.21% -
HSV(B) 42.3º 0.72% 0.33% -
XYZ 5.92 6.01 1.71 -
YUV 67.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 85 67 24 0 0.21 0.72 0.67 42.3 0.56 0.21
Hex 55 43 18 0 15 48 43 2A 38 15
Octal 125 103 30 0 25 110 103 52 70 25
Binary 1010101 1000011 11000 0 10101 1001000 1000011 101010 111000 10101

Color Harmonies of #554318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554318

Black with #554318

Text Example


Text Example

White with #554318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554318; }

 p { color: rgb(85,67,24); }

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

background-color css

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

 a { background-color: rgb(85,67,24); }

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

border-color css

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

 span { border-color: rgb(85,67,24); }

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