Html Css Color HEX #554A1D Bronze Olive

📋 copy color: '#554A1D'

red 85 ◦ green 74 ◦ blue 29

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

Shades of Bronze Olive #554A1D

Tints of Bronze Olive #554A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.43%

R = 45.21%
G = 39.36%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#554A1D (or 0x554A1D) is known color: Bronze Olive. HEX triplet: 55, 4A and 1D. RGB value is (85,74,29). Sum of RGB (Red+Green+Blue) = 85+74+29=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #554A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A1D is #AAB5E2. Grayscale: #484848. Windows color (decimal): -11187683 or 1919573. OLE color: 1919573.

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

Color convert

RGB 85 74 29 -
CMYK 0 0.13 0.66 0.67
HSL 48.21º 0.49% 0.22% -
HSV(B) 48.21º 0.66% 0.33% -
XYZ 6.42 6.92 2.16 -
YUV 72.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 85 74 29 0 0.13 0.66 0.67 48.21 0.49 0.22
Hex 55 4A 1D 0 D 42 43 30 31 16
Octal 125 112 35 0 15 102 103 60 61 26
Binary 1010101 1001010 11101 0 1101 1000010 1000011 110000 110001 10110

Color Harmonies of #554A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A1D

Black with #554A1D

Text Example


Text Example

White with #554A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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