Html Css Color HEX #554E1D Bronze Olive

📋 copy color: '#554E1D'

red 85 ◦ green 78 ◦ blue 29

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

Shades of Bronze Olive #554E1D

Tints of Bronze Olive #554E1D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.63%

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

R = 44.27%
G = 40.63%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#554E1D (or 0x554E1D) is known color: Bronze Olive. HEX triplet: 55, 4E and 1D. RGB value is (85,78,29). Sum of RGB (Red+Green+Blue) = 85+78+29=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #554E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E1D is #AAB1E2. Grayscale: #4A4A4A. Windows color (decimal): -11186659 or 1920597. OLE color: 1920597.

HSL color Cylindrical-coordinate representation of color #554E1D: hue angle of 52.5º 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 #554E1D is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 78 29 -
CMYK 0 0.08 0.66 0.67
HSL 52.5º 0.49% 0.22% -
HSV(B) 52.5º 0.66% 0.33% -
XYZ 6.69 7.47 2.25 -
YUV 74.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 85 78 29 0 0.08 0.66 0.67 52.5 0.49 0.22
Hex 55 4E 1D 0 8 42 43 34 31 16
Octal 125 116 35 0 10 102 103 64 61 26
Binary 1010101 1001110 11101 0 1000 1000010 1000011 110100 110001 10110

Color Harmonies of #554E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E1D

Black with #554E1D

Text Example


Text Example

White with #554E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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