Html Css Color HEX #533E2B Deep Bronze

📋 copy color: '#533E2B'

red 83 ◦ green 62 ◦ blue 43

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

Shades of Deep Bronze #533E2B

Tints of Deep Bronze #533E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.87%

R = 44.15%
G = 32.98%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#533E2B (or 0x533E2B) is known color: Deep Bronze. HEX triplet: 53, 3E and 2B. RGB value is (83,62,43). Sum of RGB (Red+Green+Blue) = 83+62+43=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #533E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E2B is #ACC1D4. Grayscale: #424242. Windows color (decimal): -11321813 or 2834003. OLE color: 2834003.

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

Color convert

RGB 83 62 43 -
CMYK 0 0.25 0.48 0.67
HSL 28.5º 0.32% 0.25% -
HSV(B) 28.5º 0.48% 0.33% -
XYZ 5.73 5.46 3.04 -
YUV 66.11 114.96 140.04 -
System Red Green Blue C M Y K H S L
Decimal 83 62 43 0 0.25 0.48 0.67 28.5 0.32 0.25
Hex 53 3E 2B 0 19 30 43 1C 20 19
Octal 123 76 53 0 31 60 103 34 40 31
Binary 1010011 111110 101011 0 11001 110000 1000011 11100 100000 11001

Color Harmonies of #533E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E2B

Black with #533E2B

Text Example


Text Example

White with #533E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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