Html Css Color HEX #54421F Bronze Olive

📋 copy color: '#54421F'

red 84 ◦ green 66 ◦ blue 31

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

Shades of Bronze Olive #54421F

Tints of Bronze Olive #54421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.46%

 BLUE value IS 31 (12.5% from 255) = 17.13%

R = 46.41%
G = 36.46%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54421F (or 0x54421F) is known color: Bronze Olive. HEX triplet: 54, 42 and 1F. RGB value is (84,66,31). Sum of RGB (Red+Green+Blue) = 84+66+31=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #54421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54421F is #ABBDE0. Grayscale: #434343. Windows color (decimal): -11255265 or 2048596. OLE color: 2048596.

HSL color Cylindrical-coordinate representation of color #54421F: hue angle of 39.62º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54421F is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 66 31 -
CMYK 0 0.21 0.63 0.67
HSL 39.62º 0.46% 0.23% -
HSV(B) 39.62º 0.63% 0.33% -
XYZ 5.85 5.88 2.12 -
YUV 67.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 84 66 31 0 0.21 0.63 0.67 39.62 0.46 0.23
Hex 54 42 1F 0 15 3F 43 28 2E 17
Octal 124 102 37 0 25 77 103 50 56 27
Binary 1010100 1000010 11111 0 10101 111111 1000011 101000 101110 10111

Color Harmonies of #54421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54421F

Black with #54421F

Text Example


Text Example

White with #54421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,66,31); }

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

background-color css

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

 a { background-color: rgb(84,66,31); }

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

border-color css

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

 span { border-color: rgb(84,66,31); }

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