Html Css Color HEX #554C1D Bronze Olive

📋 copy color: '#554C1D'

red 85 ◦ green 76 ◦ blue 29

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

Shades of Bronze Olive #554C1D

Tints of Bronze Olive #554C1D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40%

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

R = 44.74%
G = 40%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#554C1D (or 0x554C1D) is known color: Bronze Olive. HEX triplet: 55, 4C and 1D. RGB value is (85,76,29). Sum of RGB (Red+Green+Blue) = 85+76+29=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #554C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C1D is #AAB3E2. Grayscale: #494949. Windows color (decimal): -11187171 or 1920085. OLE color: 1920085.

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

Color convert

RGB 85 76 29 -
CMYK 0 0.11 0.66 0.67
HSL 50.36º 0.49% 0.22% -
HSV(B) 50.36º 0.66% 0.33% -
XYZ 6.55 7.19 2.2 -
YUV 73.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 85 76 29 0 0.11 0.66 0.67 50.36 0.49 0.22
Hex 55 4C 1D 0 B 42 43 32 31 16
Octal 125 114 35 0 13 102 103 62 61 26
Binary 1010101 1001100 11101 0 1011 1000010 1000011 110010 110001 10110

Color Harmonies of #554C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C1D

Black with #554C1D

Text Example


Text Example

White with #554C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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