Html Css Color HEX #54441E Bronze Olive

📋 copy color: '#54441E'

red 84 ◦ green 68 ◦ blue 30

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

Shades of Bronze Olive #54441E

Tints of Bronze Olive #54441E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.48%

R = 46.15%
G = 37.36%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#54441E (or 0x54441E) is known color: Bronze Olive. HEX triplet: 54, 44 and 1E. RGB value is (84,68,30). Sum of RGB (Red+Green+Blue) = 84+68+30=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #54441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54441E is #ABBBE1. Grayscale: #444444. Windows color (decimal): -11254754 or 1983572. OLE color: 1983572.

HSL color Cylindrical-coordinate representation of color #54441E: hue angle of 42.22º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54441E is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 68 30 -
CMYK 0 0.19 0.64 0.67
HSL 42.22º 0.47% 0.22% -
HSV(B) 42.22º 0.64% 0.33% -
XYZ 5.96 6.11 2.09 -
YUV 68.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 84 68 30 0 0.19 0.64 0.67 42.22 0.47 0.22
Hex 54 44 1E 0 13 40 43 2A 2F 16
Octal 124 104 36 0 23 100 103 52 57 26
Binary 1010100 1000100 11110 0 10011 1000000 1000011 101010 101111 10110

Color Harmonies of #54441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54441E

Black with #54441E

Text Example


Text Example

White with #54441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54441E; }

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

 H1.HeaderClassName
 {
   color: #54441E;
 }
 .AnyTagClassName
 {
   color: #54441E;
 }
</style>

background-color css

<style>
 a { background-color: #54441E; }

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

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

border-color css

<style>
 span { border-color: #54441E; }

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

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