Html Css Color HEX #554A1A Bronze Olive

📋 copy color: '#554A1A'

red 85 ◦ green 74 ◦ blue 26

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

Shades of Bronze Olive #554A1A

Tints of Bronze Olive #554A1A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40%

 BLUE value IS 26 (10.55% from 255) = 14.05%

R = 45.95%
G = 40%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#554A1A (or 0x554A1A) is known color: Bronze Olive. HEX triplet: 55, 4A and 1A. RGB value is (85,74,26). Sum of RGB (Red+Green+Blue) = 85+74+26=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #554A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A1A is #AAB5E5. Grayscale: #484848. Windows color (decimal): -11187686 or 1722965. OLE color: 1722965.

HSL color Cylindrical-coordinate representation of color #554A1A: hue angle of 48.81º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #554A1A is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 74 26 -
CMYK 0 0.13 0.69 0.67
HSL 48.81º 0.53% 0.22% -
HSV(B) 48.81º 0.69% 0.33% -
XYZ 6.38 6.9 1.97 -
YUV 71.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 85 74 26 0 0.13 0.69 0.67 48.81 0.53 0.22
Hex 55 4A 1A 0 D 45 43 31 35 16
Octal 125 112 32 0 15 105 103 61 65 26
Binary 1010101 1001010 11010 0 1101 1000101 1000011 110001 110101 10110

Color Harmonies of #554A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A1A

Black with #554A1A

Text Example


Text Example

White with #554A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554A1A; }

 p { color: rgb(85,74,26); }

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

background-color css

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

 a { background-color: rgb(85,74,26); }

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

border-color css

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

 span { border-color: rgb(85,74,26); }

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