Html Css Color HEX #534028 Deep Bronze

📋 copy color: '#534028'

red 83 ◦ green 64 ◦ blue 40

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

Shades of Deep Bronze #534028

Tints of Deep Bronze #534028

RGB

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

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

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

R = 44.39%
G = 34.22%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#534028 (or 0x534028) is known color: Deep Bronze. HEX triplet: 53, 40 and 28. RGB value is (83,64,40). Sum of RGB (Red+Green+Blue) = 83+64+40=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #534028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534028 is #ACBFD7. Grayscale: #434343. Windows color (decimal): -11321304 or 2637907. OLE color: 2637907.

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

Color convert

RGB 83 64 40 -
CMYK 0 0.23 0.52 0.67
HSL 33.49º 0.35% 0.24% -
HSV(B) 33.49º 0.52% 0.33% -
XYZ 5.78 5.66 2.79 -
YUV 66.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 83 64 40 0 0.23 0.52 0.67 33.49 0.35 0.24
Hex 53 40 28 0 17 34 43 21 23 18
Octal 123 100 50 0 27 64 103 41 43 30
Binary 1010011 1000000 101000 0 10111 110100 1000011 100001 100011 11000

Color Harmonies of #534028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534028

Black with #534028

Text Example


Text Example

White with #534028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534028; }

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

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

background-color css

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

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

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

border-color css

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

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

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