Html Css Color HEX #54442A Deep Bronze

📋 copy color: '#54442A'

red 84 ◦ green 68 ◦ blue 42

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

Shades of Deep Bronze #54442A

Tints of Deep Bronze #54442A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.65%

R = 43.3%
G = 35.05%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#54442A (or 0x54442A) is known color: Deep Bronze. HEX triplet: 54, 44 and 2A. RGB value is (84,68,42). Sum of RGB (Red+Green+Blue) = 84+68+42=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #54442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54442A is #ABBBD5. Grayscale: #454545. Windows color (decimal): -11254742 or 2770004. OLE color: 2770004.

HSL color Cylindrical-coordinate representation of color #54442A: hue angle of 37.14º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54442A is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 68 42 -
CMYK 0 0.19 0.5 0.67
HSL 37.14º 0.33% 0.25% -
HSV(B) 37.14º 0.5% 0.33% -
XYZ 6.14 6.19 3.06 -
YUV 69.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 84 68 42 0 0.19 0.5 0.67 37.14 0.33 0.25
Hex 54 44 2A 0 13 32 43 25 21 19
Octal 124 104 52 0 23 62 103 45 41 31
Binary 1010100 1000100 101010 0 10011 110010 1000011 100101 100001 11001

Color Harmonies of #54442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54442A

Black with #54442A

Text Example


Text Example

White with #54442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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