Html Css Color HEX #533E2A Deep Bronze

📋 copy color: '#533E2A'

red 83 ◦ green 62 ◦ blue 42

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

Shades of Deep Bronze #533E2A

Tints of Deep Bronze #533E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.16%

 BLUE value IS 42 (16.8% from 255) = 22.46%

R = 44.39%
G = 33.16%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#533E2A (or 0x533E2A) is known color: Deep Bronze. HEX triplet: 53, 3E and 2A. RGB value is (83,62,42). Sum of RGB (Red+Green+Blue) = 83+62+42=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #533E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E2A is #ACC1D5. Grayscale: #424242. Windows color (decimal): -11321814 or 2768467. OLE color: 2768467.

HSL color Cylindrical-coordinate representation of color #533E2A: hue angle of 29.27º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #533E2A is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 62 42 -
CMYK 0 0.25 0.49 0.67
HSL 29.27º 0.33% 0.25% -
HSV(B) 29.27º 0.49% 0.33% -
XYZ 5.71 5.45 2.94 -
YUV 66 114.46 140.13 -
System Red Green Blue C M Y K H S L
Decimal 83 62 42 0 0.25 0.49 0.67 29.27 0.33 0.25
Hex 53 3E 2A 0 19 31 43 1D 21 19
Octal 123 76 52 0 31 61 103 35 41 31
Binary 1010011 111110 101010 0 11001 110001 1000011 11101 100001 11001

Color Harmonies of #533E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E2A

Black with #533E2A

Text Example


Text Example

White with #533E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533E2A; }

 p { color: rgb(83,62,42); }

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

background-color css

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

 a { background-color: rgb(83,62,42); }

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

border-color css

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

 span { border-color: rgb(83,62,42); }

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