Html Css Color HEX #534426 Deep Bronze

📋 copy color: '#534426'

red 83 ◦ green 68 ◦ blue 38

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

Shades of Deep Bronze #534426

Tints of Deep Bronze #534426

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.98%

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

R = 43.92%
G = 35.98%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#534426 (or 0x534426) is known color: Deep Bronze. HEX triplet: 53, 44 and 26. RGB value is (83,68,38). Sum of RGB (Red+Green+Blue) = 83+68+38=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #534426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534426 is #ACBBD9. Grayscale: #454545. Windows color (decimal): -11320282 or 2507859. OLE color: 2507859.

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

Color convert

RGB 83 68 38 -
CMYK 0 0.18 0.54 0.67
HSL 40º 0.37% 0.24% -
HSV(B) 40º 0.54% 0.33% -
XYZ 5.98 6.11 2.7 -
YUV 69.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 83 68 38 0 0.18 0.54 0.67 40 0.37 0.24
Hex 53 44 26 0 12 36 43 28 25 18
Octal 123 104 46 0 22 66 103 50 45 30
Binary 1010011 1000100 100110 0 10010 110110 1000011 101000 100101 11000

Color Harmonies of #534426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534426

Black with #534426

Text Example


Text Example

White with #534426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534426; }

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

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

background-color css

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

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

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

border-color css

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

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

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