Html Css Color HEX #54402E Deep Bronze

📋 copy color: '#54402E'

red 84 ◦ green 64 ◦ blue 46

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

Shades of Deep Bronze #54402E

Tints of Deep Bronze #54402E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.99%

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

R = 43.3%
G = 32.99%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#54402E (or 0x54402E) is known color: Deep Bronze. HEX triplet: 54, 40 and 2E. RGB value is (84,64,46). Sum of RGB (Red+Green+Blue) = 84+64+46=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #54402E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54402E is #ABBFD1. Grayscale: #444444. Windows color (decimal): -11255762 or 3031124. OLE color: 3031124.

HSL color Cylindrical-coordinate representation of color #54402E: hue angle of 28.42º 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 #54402E is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 64 46 -
CMYK 0 0.24 0.45 0.67
HSL 28.42º 0.29% 0.25% -
HSV(B) 28.42º 0.45% 0.33% -
XYZ 5.98 5.75 3.38 -
YUV 67.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 84 64 46 0 0.24 0.45 0.67 28.42 0.29 0.25
Hex 54 40 2E 0 18 2D 43 1C 1D 19
Octal 124 100 56 0 30 55 103 34 35 31
Binary 1010100 1000000 101110 0 11000 101101 1000011 11100 11101 11001

Color Harmonies of #54402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54402E

Black with #54402E

Text Example


Text Example

White with #54402E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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