Html Css Color HEX #54440F Bronze Olive

📋 copy color: '#54440F'

red 84 ◦ green 68 ◦ blue 15

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

Shades of Bronze Olive #54440F

Tints of Bronze Olive #54440F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.98%

R = 50.3%
G = 40.72%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#54440F (or 0x54440F) is known color: Bronze Olive. HEX triplet: 54, 44 and 0F. RGB value is (84,68,15). Sum of RGB (Red+Green+Blue) = 84+68+15=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #54440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54440F is #ABBBF0. Grayscale: #424242. Windows color (decimal): -11254769 or 1000532. OLE color: 1000532.

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

Color convert

RGB 84 68 15 -
CMYK 0 0.19 0.82 0.67
HSL 46.09º 0.7% 0.19% -
HSV(B) 46.09º 0.82% 0.33% -
XYZ 5.81 6.05 1.31 -
YUV 66.74 98.8 140.31 -
System Red Green Blue C M Y K H S L
Decimal 84 68 15 0 0.19 0.82 0.67 46.09 0.7 0.19
Hex 54 44 F 0 13 52 43 2E 46 13
Octal 124 104 17 0 23 122 103 56 106 23
Binary 1010100 1000100 1111 0 10011 1010010 1000011 101110 1000110 10011

Color Harmonies of #54440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54440F

Black with #54440F

Text Example


Text Example

White with #54440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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