Html Css Color HEX #544230 Deep Bronze

📋 copy color: '#544230'

red 84 ◦ green 66 ◦ blue 48

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

Shades of Deep Bronze #544230

Tints of Deep Bronze #544230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.24%

R = 42.42%
G = 33.33%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#544230 (or 0x544230) is known color: Deep Bronze. HEX triplet: 54, 42 and 30. RGB value is (84,66,48). Sum of RGB (Red+Green+Blue) = 84+66+48=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #544230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544230 is #ABBDCF. Grayscale: #454545. Windows color (decimal): -11255248 or 3162708. OLE color: 3162708.

HSL color Cylindrical-coordinate representation of color #544230: hue angle of 30º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #544230 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 66 48 -
CMYK 0 0.21 0.43 0.67
HSL 30º 0.27% 0.26% -
HSV(B) 30º 0.43% 0.33% -
XYZ 6.14 5.99 3.63 -
YUV 69.33 115.96 138.46 -
System Red Green Blue C M Y K H S L
Decimal 84 66 48 0 0.21 0.43 0.67 30 0.27 0.26
Hex 54 42 30 0 15 2B 43 1E 1B 1A
Octal 124 102 60 0 25 53 103 36 33 32
Binary 1010100 1000010 110000 0 10101 101011 1000011 11110 11011 11010

Color Harmonies of #544230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544230

Black with #544230

Text Example


Text Example

White with #544230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544230; }

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

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

background-color css

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

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

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

border-color css

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

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

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