Html Css Color HEX #534222 Deep Bronze

📋 copy color: '#534222'

red 83 ◦ green 66 ◦ blue 34

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

Shades of Deep Bronze #534222

Tints of Deep Bronze #534222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.07%

 BLUE value IS 34 (13.67% from 255) = 18.58%

R = 45.36%
G = 36.07%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#534222 (or 0x534222) is known color: Deep Bronze. HEX triplet: 53, 42 and 22. RGB value is (83,66,34). Sum of RGB (Red+Green+Blue) = 83+66+34=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #534222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534222 is #ACBDDD. Grayscale: #434343. Windows color (decimal): -11320798 or 2245203. OLE color: 2245203.

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

Color convert

RGB 83 66 34 -
CMYK 0 0.20 0.59 0.67
HSL 39.18º 0.42% 0.23% -
HSV(B) 39.18º 0.59% 0.33% -
XYZ 5.8 5.85 2.34 -
YUV 67.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 83 66 34 0 0.20 0.59 0.67 39.18 0.42 0.23
Hex 53 42 22 0 14 3B 43 27 2A 17
Octal 123 102 42 0 24 73 103 47 52 27
Binary 1010011 1000010 100010 0 10100 111011 1000011 100111 101010 10111

Color Harmonies of #534222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534222

Black with #534222

Text Example


Text Example

White with #534222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534222; }

 p { color: rgb(83,66,34); }

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

background-color css

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

 a { background-color: rgb(83,66,34); }

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

border-color css

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

 span { border-color: rgb(83,66,34); }

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