Html Css Color HEX #54451D Bronze Olive

📋 copy color: '#54451D'

red 84 ◦ green 69 ◦ blue 29

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

Shades of Bronze Olive #54451D

Tints of Bronze Olive #54451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.91%

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

R = 46.15%
G = 37.91%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#54451D (or 0x54451D) is known color: Bronze Olive. HEX triplet: 54, 45 and 1D. RGB value is (84,69,29). Sum of RGB (Red+Green+Blue) = 84+69+29=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #54451D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54451D is #ABBAE2. Grayscale: #454545. Windows color (decimal): -11254499 or 1918292. OLE color: 1918292.

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

Color convert

RGB 84 69 29 -
CMYK 0 0.18 0.65 0.67
HSL 43.64º 0.49% 0.22% -
HSV(B) 43.64º 0.65% 0.33% -
XYZ 6.01 6.23 2.05 -
YUV 68.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 84 69 29 0 0.18 0.65 0.67 43.64 0.49 0.22
Hex 54 45 1D 0 12 41 43 2C 31 16
Octal 124 105 35 0 22 101 103 54 61 26
Binary 1010100 1000101 11101 0 10010 1000001 1000011 101100 110001 10110

Color Harmonies of #54451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54451D

Black with #54451D

Text Example


Text Example

White with #54451D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54451D; }

 p { color: rgb(84,69,29); }

 H1.HeaderClassName
 {
   color: #54451D;
 }
 .AnyTagClassName
 {
   color: #54451D;
 }
</style>

background-color css

<style>
 a { background-color: #54451D; }

 a { background-color: rgb(84,69,29); }

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

border-color css

<style>
 span { border-color: #54451D; }

 span { border-color: rgb(84,69,29); }

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