Html Css Color HEX #534125 Deep Bronze

📋 copy color: '#534125'

red 83 ◦ green 65 ◦ blue 37

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

Shades of Deep Bronze #534125

Tints of Deep Bronze #534125

RGB

 RED value IS 83 (32.81% from 255) = 44.86%

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

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

R = 44.86%
G = 35.14%
B = 20%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#534125 (or 0x534125) is known color: Deep Bronze. HEX triplet: 53, 41 and 25. RGB value is (83,65,37). Sum of RGB (Red+Green+Blue) = 83+65+37=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #534125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534125 is #ACBEDA. Grayscale: #434343. Windows color (decimal): -11321051 or 2441555. OLE color: 2441555.

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

Color convert

RGB 83 65 37 -
CMYK 0 0.22 0.55 0.67
HSL 36.52º 0.38% 0.24% -
HSV(B) 36.52º 0.55% 0.33% -
XYZ 5.79 5.75 2.56 -
YUV 67.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 83 65 37 0 0.22 0.55 0.67 36.52 0.38 0.24
Hex 53 41 25 0 16 37 43 25 26 18
Octal 123 101 45 0 26 67 103 45 46 30
Binary 1010011 1000001 100101 0 10110 110111 1000011 100101 100110 11000

Color Harmonies of #534125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534125

Black with #534125

Text Example


Text Example

White with #534125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534125; }

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

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

background-color css

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

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

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

border-color css

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

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

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