Html Css Color HEX #54422E Deep Bronze

📋 copy color: '#54422E'

red 84 ◦ green 66 ◦ blue 46

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

Shades of Deep Bronze #54422E

Tints of Deep Bronze #54422E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.47%

R = 42.86%
G = 33.67%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#54422E (or 0x54422E) is known color: Deep Bronze. HEX triplet: 54, 42 and 2E. RGB value is (84,66,46). Sum of RGB (Red+Green+Blue) = 84+66+46=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #54422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54422E is #ABBDD1. Grayscale: #454545. Windows color (decimal): -11255250 or 3031636. OLE color: 3031636.

HSL color Cylindrical-coordinate representation of color #54422E: hue angle of 31.58º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54422E is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 66 46 -
CMYK 0 0.21 0.45 0.67
HSL 31.58º 0.29% 0.25% -
HSV(B) 31.58º 0.45% 0.33% -
XYZ 6.1 5.98 3.42 -
YUV 69.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 84 66 46 0 0.21 0.45 0.67 31.58 0.29 0.25
Hex 54 42 2E 0 15 2D 43 20 1D 19
Octal 124 102 56 0 25 55 103 40 35 31
Binary 1010100 1000010 101110 0 10101 101101 1000011 100000 11101 11001

Color Harmonies of #54422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54422E

Black with #54422E

Text Example


Text Example

White with #54422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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