Html Css Color HEX #54440B Bronze Olive

📋 copy color: '#54440B'

red 84 ◦ green 68 ◦ blue 11

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

Shades of Bronze Olive #54440B

Tints of Bronze Olive #54440B

RGB

 RED value IS 84 (33.2% from 255) = 51.53%

 GREEN value IS 68 (26.95% from 255) = 41.72%

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 51.53%
G = 41.72%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#54440B (or 0x54440B) is known color: Bronze Olive. HEX triplet: 54, 44 and 0B. RGB value is (84,68,11). Sum of RGB (Red+Green+Blue) = 84+68+11=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #54440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54440B is #ABBBF4. Grayscale: #424242. Windows color (decimal): -11254773 or 738388. OLE color: 738388.

HSL color Cylindrical-coordinate representation of color #54440B: hue angle of 46.85º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54440B is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 68 11 -
CMYK 0 0.19 0.87 0.67
HSL 46.85º 0.77% 0.19% -
HSV(B) 46.85º 0.87% 0.33% -
XYZ 5.78 6.04 1.18 -
YUV 66.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 84 68 11 0 0.19 0.87 0.67 46.85 0.77 0.19
Hex 54 44 B 0 13 57 43 2F 4D 13
Octal 124 104 13 0 23 127 103 57 115 23
Binary 1010100 1000100 1011 0 10011 1010111 1000011 101111 1001101 10011

Color Harmonies of #54440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54440B

Black with #54440B

Text Example


Text Example

White with #54440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54440B; }

 p { color: rgb(84,68,11); }

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

background-color css

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

 a { background-color: rgb(84,68,11); }

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

border-color css

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

 span { border-color: rgb(84,68,11); }

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