Html Css Color HEX #54412E Deep Bronze

📋 copy color: '#54412E'

red 84 ◦ green 65 ◦ blue 46

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

Shades of Deep Bronze #54412E

Tints of Deep Bronze #54412E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.33%

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

R = 43.08%
G = 33.33%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#54412E (or 0x54412E) is known color: Deep Bronze. HEX triplet: 54, 41 and 2E. RGB value is (84,65,46). Sum of RGB (Red+Green+Blue) = 84+65+46=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #54412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54412E is #ABBED1. Grayscale: #444444. Windows color (decimal): -11255506 or 3031380. OLE color: 3031380.

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

Color convert

RGB 84 65 46 -
CMYK 0 0.23 0.45 0.67
HSL 30º 0.29% 0.25% -
HSV(B) 30º 0.45% 0.33% -
XYZ 6.04 5.86 3.4 -
YUV 68.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 84 65 46 0 0.23 0.45 0.67 30 0.29 0.25
Hex 54 41 2E 0 17 2D 43 1E 1D 19
Octal 124 101 56 0 27 55 103 36 35 31
Binary 1010100 1000001 101110 0 10111 101101 1000011 11110 11101 11001

Color Harmonies of #54412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54412E

Black with #54412E

Text Example


Text Example

White with #54412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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