Html Css Color HEX #534634 Deep Bronze

📋 copy color: '#534634'

red 83 ◦ green 70 ◦ blue 52

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

Shades of Deep Bronze #534634

Tints of Deep Bronze #534634

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.15%

 BLUE value IS 52 (20.7% from 255) = 25.37%

R = 40.49%
G = 34.15%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#534634 (or 0x534634) is known color: Deep Bronze. HEX triplet: 53, 46 and 34. RGB value is (83,70,52). Sum of RGB (Red+Green+Blue) = 83+70+52=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #534634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534634 is #ACB9CB. Grayscale: #474747. Windows color (decimal): -11319756 or 3425875. OLE color: 3425875.

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

Color convert

RGB 83 70 52 -
CMYK 0 0.16 0.37 0.67
HSL 34.84º 0.23% 0.26% -
HSV(B) 34.84º 0.37% 0.33% -
XYZ 6.38 6.47 4.16 -
YUV 71.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 83 70 52 0 0.16 0.37 0.67 34.84 0.23 0.26
Hex 53 46 34 0 10 25 43 23 17 1A
Octal 123 106 64 0 20 45 103 43 27 32
Binary 1010011 1000110 110100 0 10000 100101 1000011 100011 10111 11010

Color Harmonies of #534634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534634

Black with #534634

Text Example


Text Example

White with #534634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534634; }

 p { color: rgb(83,70,52); }

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

background-color css

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

 a { background-color: rgb(83,70,52); }

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

border-color css

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

 span { border-color: rgb(83,70,52); }

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