Html Css Color HEX #544330 Deep Bronze

📋 copy color: '#544330'

red 84 ◦ green 67 ◦ blue 48

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

Shades of Deep Bronze #544330

Tints of Deep Bronze #544330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.67%

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

R = 42.21%
G = 33.67%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#544330 (or 0x544330) is known color: Deep Bronze. HEX triplet: 54, 43 and 30. RGB value is (84,67,48). Sum of RGB (Red+Green+Blue) = 84+67+48=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #544330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544330 is #ABBCCF. Grayscale: #464646. Windows color (decimal): -11254992 or 3162964. OLE color: 3162964.

HSL color Cylindrical-coordinate representation of color #544330: hue angle of 31.67º 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 #544330 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 67 48 -
CMYK 0 0.20 0.43 0.67
HSL 31.67º 0.27% 0.26% -
HSV(B) 31.67º 0.43% 0.33% -
XYZ 6.2 6.11 3.65 -
YUV 69.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 84 67 48 0 0.20 0.43 0.67 31.67 0.27 0.26
Hex 54 43 30 0 14 2B 43 20 1B 1A
Octal 124 103 60 0 24 53 103 40 33 32
Binary 1010100 1000011 110000 0 10100 101011 1000011 100000 11011 11010

Color Harmonies of #544330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544330

Black with #544330

Text Example


Text Example

White with #544330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544330; }

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

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

background-color css

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

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

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

border-color css

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

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

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