Html Css Color HEX #544130 Deep Bronze

📋 copy color: '#544130'

red 84 ◦ green 65 ◦ blue 48

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

Shades of Deep Bronze #544130

Tints of Deep Bronze #544130

RGB

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

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

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

R = 42.64%
G = 32.99%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#544130 (or 0x544130) is known color: Deep Bronze. HEX triplet: 54, 41 and 30. RGB value is (84,65,48). Sum of RGB (Red+Green+Blue) = 84+65+48=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #544130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544130 is #ABBECF. Grayscale: #444444. Windows color (decimal): -11255504 or 3162452. OLE color: 3162452.

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

Color convert

RGB 84 65 48 -
CMYK 0 0.23 0.43 0.67
HSL 28.33º 0.27% 0.26% -
HSV(B) 28.33º 0.43% 0.33% -
XYZ 6.08 5.88 3.61 -
YUV 68.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 84 65 48 0 0.23 0.43 0.67 28.33 0.27 0.26
Hex 54 41 30 0 17 2B 43 1C 1B 1A
Octal 124 101 60 0 27 53 103 34 33 32
Binary 1010100 1000001 110000 0 10111 101011 1000011 11100 11011 11010

Color Harmonies of #544130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544130

Black with #544130

Text Example


Text Example

White with #544130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544130; }

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

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

background-color css

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

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

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

border-color css

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

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

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