Html Css Color HEX #534427 Deep Bronze

📋 copy color: '#534427'

red 83 ◦ green 68 ◦ blue 39

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

Shades of Deep Bronze #534427

Tints of Deep Bronze #534427

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.79%

 BLUE value IS 39 (15.63% from 255) = 20.53%

R = 43.68%
G = 35.79%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#534427 (or 0x534427) is known color: Deep Bronze. HEX triplet: 53, 44 and 27. RGB value is (83,68,39). Sum of RGB (Red+Green+Blue) = 83+68+39=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #534427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534427 is #ACBBD8. Grayscale: #454545. Windows color (decimal): -11320281 or 2573395. OLE color: 2573395.

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

Color convert

RGB 83 68 39 -
CMYK 0 0.18 0.53 0.67
HSL 39.55º 0.36% 0.24% -
HSV(B) 39.55º 0.53% 0.33% -
XYZ 6 6.12 2.78 -
YUV 69.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 83 68 39 0 0.18 0.53 0.67 39.55 0.36 0.24
Hex 53 44 27 0 12 35 43 28 24 18
Octal 123 104 47 0 22 65 103 50 44 30
Binary 1010011 1000100 100111 0 10010 110101 1000011 101000 100100 11000

Color Harmonies of #534427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534427

Black with #534427

Text Example


Text Example

White with #534427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534427; }

 p { color: rgb(83,68,39); }

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

background-color css

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

 a { background-color: rgb(83,68,39); }

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

border-color css

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

 span { border-color: rgb(83,68,39); }

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