Html Css Color HEX #534228 Deep Bronze

📋 copy color: '#534228'

red 83 ◦ green 66 ◦ blue 40

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

Shades of Deep Bronze #534228

Tints of Deep Bronze #534228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.16%

R = 43.92%
G = 34.92%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#534228 (or 0x534228) is known color: Deep Bronze. HEX triplet: 53, 42 and 28. RGB value is (83,66,40). Sum of RGB (Red+Green+Blue) = 83+66+40=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #534228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534228 is #ACBDD7. Grayscale: #444444. Windows color (decimal): -11320792 or 2638419. OLE color: 2638419.

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

Color convert

RGB 83 66 40 -
CMYK 0 0.20 0.52 0.67
HSL 36.28º 0.35% 0.24% -
HSV(B) 36.28º 0.52% 0.33% -
XYZ 5.9 5.89 2.83 -
YUV 68.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 83 66 40 0 0.20 0.52 0.67 36.28 0.35 0.24
Hex 53 42 28 0 14 34 43 24 23 18
Octal 123 102 50 0 24 64 103 44 43 30
Binary 1010011 1000010 101000 0 10100 110100 1000011 100100 100011 11000

Color Harmonies of #534228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534228

Black with #534228

Text Example


Text Example

White with #534228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534228; }

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

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

background-color css

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

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

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

border-color css

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

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

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