Html Css Color HEX #54442D Deep Bronze

📋 copy color: '#54442D'

red 84 ◦ green 68 ◦ blue 45

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

Shades of Deep Bronze #54442D

Tints of Deep Bronze #54442D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.84%

R = 42.64%
G = 34.52%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#54442D (or 0x54442D) is known color: Deep Bronze. HEX triplet: 54, 44 and 2D. RGB value is (84,68,45). Sum of RGB (Red+Green+Blue) = 84+68+45=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #54442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54442D is #ABBBD2. Grayscale: #464646. Windows color (decimal): -11254739 or 2966612. OLE color: 2966612.

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

Color convert

RGB 84 68 45 -
CMYK 0 0.19 0.46 0.67
HSL 35.38º 0.3% 0.25% -
HSV(B) 35.38º 0.46% 0.33% -
XYZ 6.2 6.21 3.35 -
YUV 70.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 84 68 45 0 0.19 0.46 0.67 35.38 0.3 0.25
Hex 54 44 2D 0 13 2E 43 23 1E 19
Octal 124 104 55 0 23 56 103 43 36 31
Binary 1010100 1000100 101101 0 10011 101110 1000011 100011 11110 11001

Color Harmonies of #54442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54442D

Black with #54442D

Text Example


Text Example

White with #54442D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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