Html Css Color HEX #534026 Deep Bronze

📋 copy color: '#534026'

red 83 ◦ green 64 ◦ blue 38

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

Shades of Deep Bronze #534026

Tints of Deep Bronze #534026

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.59%

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

R = 44.86%
G = 34.59%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#534026 (or 0x534026) is known color: Deep Bronze. HEX triplet: 53, 40 and 26. RGB value is (83,64,38). Sum of RGB (Red+Green+Blue) = 83+64+38=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #534026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534026 is #ACBFD9. Grayscale: #424242. Windows color (decimal): -11321306 or 2506835. OLE color: 2506835.

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

Color convert

RGB 83 64 38 -
CMYK 0 0.23 0.54 0.67
HSL 34.67º 0.37% 0.24% -
HSV(B) 34.67º 0.54% 0.33% -
XYZ 5.75 5.65 2.62 -
YUV 66.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 83 64 38 0 0.23 0.54 0.67 34.67 0.37 0.24
Hex 53 40 26 0 17 36 43 23 25 18
Octal 123 100 46 0 27 66 103 43 45 30
Binary 1010011 1000000 100110 0 10111 110110 1000011 100011 100101 11000

Color Harmonies of #534026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534026

Black with #534026

Text Example


Text Example

White with #534026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534026; }

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

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

background-color css

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

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

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

border-color css

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

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

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