Html Css Color HEX #534128 Deep Bronze

📋 copy color: '#534128'

red 83 ◦ green 65 ◦ blue 40

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

Shades of Deep Bronze #534128

Tints of Deep Bronze #534128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.57%

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

R = 44.15%
G = 34.57%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#534128 (or 0x534128) is known color: Deep Bronze. HEX triplet: 53, 41 and 28. RGB value is (83,65,40). Sum of RGB (Red+Green+Blue) = 83+65+40=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #534128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534128 is #ACBED7. Grayscale: #434343. Windows color (decimal): -11321048 or 2638163. OLE color: 2638163.

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

Color convert

RGB 83 65 40 -
CMYK 0 0.22 0.52 0.67
HSL 34.88º 0.35% 0.24% -
HSV(B) 34.88º 0.52% 0.33% -
XYZ 5.84 5.77 2.81 -
YUV 67.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 83 65 40 0 0.22 0.52 0.67 34.88 0.35 0.24
Hex 53 41 28 0 16 34 43 23 23 18
Octal 123 101 50 0 26 64 103 43 43 30
Binary 1010011 1000001 101000 0 10110 110100 1000011 100011 100011 11000

Color Harmonies of #534128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534128

Black with #534128

Text Example


Text Example

White with #534128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534128; }

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

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

background-color css

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

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

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

border-color css

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

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

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