Html Css Color HEX #54421B Bronze Olive

📋 copy color: '#54421B'

red 84 ◦ green 66 ◦ blue 27

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

Shades of Bronze Olive #54421B

Tints of Bronze Olive #54421B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.25%

R = 47.46%
G = 37.29%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#54421B (or 0x54421B) is known color: Bronze Olive. HEX triplet: 54, 42 and 1B. RGB value is (84,66,27). Sum of RGB (Red+Green+Blue) = 84+66+27=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #54421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54421B is #ABBDE4. Grayscale: #434343. Windows color (decimal): -11255269 or 1786452. OLE color: 1786452.

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

Color convert

RGB 84 66 27 -
CMYK 0 0.21 0.68 0.67
HSL 41.05º 0.51% 0.22% -
HSV(B) 41.05º 0.68% 0.33% -
XYZ 5.8 5.86 1.86 -
YUV 66.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 84 66 27 0 0.21 0.68 0.67 41.05 0.51 0.22
Hex 54 42 1B 0 15 44 43 29 33 16
Octal 124 102 33 0 25 104 103 51 63 26
Binary 1010100 1000010 11011 0 10101 1000100 1000011 101001 110011 10110

Color Harmonies of #54421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54421B

Black with #54421B

Text Example


Text Example

White with #54421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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