Html Css Color HEX #533F29 Deep Bronze

📋 copy color: '#533F29'

red 83 ◦ green 63 ◦ blue 41

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

Shades of Deep Bronze #533F29

Tints of Deep Bronze #533F29

RGB

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

 GREEN value IS 63 (25% from 255) = 33.69%

 BLUE value IS 41 (16.41% from 255) = 21.93%

R = 44.39%
G = 33.69%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#533F29 (or 0x533F29) is known color: Deep Bronze. HEX triplet: 53, 3F and 29. RGB value is (83,63,41). Sum of RGB (Red+Green+Blue) = 83+63+41=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #533F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F29 is #ACC0D6. Grayscale: #424242. Windows color (decimal): -11321559 or 2703187. OLE color: 2703187.

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

Color convert

RGB 83 63 41 -
CMYK 0 0.24 0.51 0.67
HSL 31.43º 0.34% 0.24% -
HSV(B) 31.43º 0.51% 0.33% -
XYZ 5.75 5.55 2.87 -
YUV 66.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 83 63 41 0 0.24 0.51 0.67 31.43 0.34 0.24
Hex 53 3F 29 0 18 33 43 1F 22 18
Octal 123 77 51 0 30 63 103 37 42 30
Binary 1010011 111111 101001 0 11000 110011 1000011 11111 100010 11000

Color Harmonies of #533F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F29

Black with #533F29

Text Example


Text Example

White with #533F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,63,41); }

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

background-color css

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

 a { background-color: rgb(83,63,41); }

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

border-color css

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

 span { border-color: rgb(83,63,41); }

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