Html Css Color HEX #54421A Bronze Olive

📋 copy color: '#54421A'

red 84 ◦ green 66 ◦ blue 26

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

Shades of Bronze Olive #54421A

Tints of Bronze Olive #54421A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.77%

R = 47.73%
G = 37.5%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#54421A (or 0x54421A) is known color: Bronze Olive. HEX triplet: 54, 42 and 1A. RGB value is (84,66,26). Sum of RGB (Red+Green+Blue) = 84+66+26=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #54421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54421A is #ABBDE5. Grayscale: #434343. Windows color (decimal): -11255270 or 1720916. OLE color: 1720916.

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

Color convert

RGB 84 66 26 -
CMYK 0 0.21 0.69 0.67
HSL 41.38º 0.53% 0.22% -
HSV(B) 41.38º 0.69% 0.33% -
XYZ 5.79 5.86 1.8 -
YUV 66.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 84 66 26 0 0.21 0.69 0.67 41.38 0.53 0.22
Hex 54 42 1A 0 15 45 43 29 35 16
Octal 124 102 32 0 25 105 103 51 65 26
Binary 1010100 1000010 11010 0 10101 1000101 1000011 101001 110101 10110

Color Harmonies of #54421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54421A

Black with #54421A

Text Example


Text Example

White with #54421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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