Html Css Color HEX #544125 Deep Bronze

📋 copy color: '#544125'

red 84 ◦ green 65 ◦ blue 37

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

Shades of Deep Bronze #544125

Tints of Deep Bronze #544125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.89%

R = 45.16%
G = 34.95%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#544125 (or 0x544125) is known color: Deep Bronze. HEX triplet: 54, 41 and 25. RGB value is (84,65,37). Sum of RGB (Red+Green+Blue) = 84+65+37=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #544125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544125 is #ABBEDA. Grayscale: #434343. Windows color (decimal): -11255515 or 2441556. OLE color: 2441556.

HSL color Cylindrical-coordinate representation of color #544125: hue angle of 35.74º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #544125 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 65 37 -
CMYK 0 0.23 0.56 0.67
HSL 35.74º 0.39% 0.24% -
HSV(B) 35.74º 0.56% 0.33% -
XYZ 5.88 5.8 2.56 -
YUV 67.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 84 65 37 0 0.23 0.56 0.67 35.74 0.39 0.24
Hex 54 41 25 0 17 38 43 24 27 18
Octal 124 101 45 0 27 70 103 44 47 30
Binary 1010100 1000001 100101 0 10111 111000 1000011 100100 100111 11000

Color Harmonies of #544125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544125

Black with #544125

Text Example


Text Example

White with #544125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544125; }

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

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

background-color css

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

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

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

border-color css

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

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

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