Html Css Color HEX #534226 Deep Bronze

📋 copy color: '#534226'

red 83 ◦ green 66 ◦ blue 38

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

Shades of Deep Bronze #534226

Tints of Deep Bronze #534226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.32%

R = 44.39%
G = 35.29%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#534226 (or 0x534226) is known color: Deep Bronze. HEX triplet: 53, 42 and 26. RGB value is (83,66,38). Sum of RGB (Red+Green+Blue) = 83+66+38=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #534226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534226 is #ACBDD9. Grayscale: #444444. Windows color (decimal): -11320794 or 2507347. OLE color: 2507347.

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

Color convert

RGB 83 66 38 -
CMYK 0 0.20 0.54 0.67
HSL 37.33º 0.37% 0.24% -
HSV(B) 37.33º 0.54% 0.33% -
XYZ 5.87 5.88 2.66 -
YUV 67.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 83 66 38 0 0.20 0.54 0.67 37.33 0.37 0.24
Hex 53 42 26 0 14 36 43 25 25 18
Octal 123 102 46 0 24 66 103 45 45 30
Binary 1010011 1000010 100110 0 10100 110110 1000011 100101 100101 11000

Color Harmonies of #534226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534226

Black with #534226

Text Example


Text Example

White with #534226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534226; }

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

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

background-color css

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

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

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

border-color css

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

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

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