Html Css Color HEX #534327 Deep Bronze

📋 copy color: '#534327'

red 83 ◦ green 67 ◦ blue 39

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

Shades of Deep Bronze #534327

Tints of Deep Bronze #534327

RGB

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

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

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

R = 43.92%
G = 35.45%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#534327 (or 0x534327) is known color: Deep Bronze. HEX triplet: 53, 43 and 27. RGB value is (83,67,39). Sum of RGB (Red+Green+Blue) = 83+67+39=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #534327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534327 is #ACBCD8. Grayscale: #444444. Windows color (decimal): -11320537 or 2573139. OLE color: 2573139.

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

Color convert

RGB 83 67 39 -
CMYK 0 0.19 0.53 0.67
HSL 38.18º 0.36% 0.24% -
HSV(B) 38.18º 0.53% 0.33% -
XYZ 5.94 6 2.76 -
YUV 68.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 83 67 39 0 0.19 0.53 0.67 38.18 0.36 0.24
Hex 53 43 27 0 13 35 43 26 24 18
Octal 123 103 47 0 23 65 103 46 44 30
Binary 1010011 1000011 100111 0 10011 110101 1000011 100110 100100 11000

Color Harmonies of #534327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534327

Black with #534327

Text Example


Text Example

White with #534327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534327; }

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

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

background-color css

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

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

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

border-color css

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

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

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