Html Css Color HEX #533D26 Deep Bronze

📋 copy color: '#533D26'

red 83 ◦ green 61 ◦ blue 38

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

Shades of Deep Bronze #533D26

Tints of Deep Bronze #533D26

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.52%

 BLUE value IS 38 (15.23% from 255) = 20.88%

R = 45.6%
G = 33.52%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#533D26 (or 0x533D26) is known color: Deep Bronze. HEX triplet: 53, 3D and 26. RGB value is (83,61,38). Sum of RGB (Red+Green+Blue) = 83+61+38=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #533D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D26 is #ACC2D9. Grayscale: #414141. Windows color (decimal): -11322074 or 2506067. OLE color: 2506067.

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

Color convert

RGB 83 61 38 -
CMYK 0 0.27 0.54 0.67
HSL 30.67º 0.37% 0.24% -
HSV(B) 30.67º 0.54% 0.33% -
XYZ 5.59 5.32 2.57 -
YUV 64.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 83 61 38 0 0.27 0.54 0.67 30.67 0.37 0.24
Hex 53 3D 26 0 1B 36 43 1F 25 18
Octal 123 75 46 0 33 66 103 37 45 30
Binary 1010011 111101 100110 0 11011 110110 1000011 11111 100101 11000

Color Harmonies of #533D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D26

Black with #533D26

Text Example


Text Example

White with #533D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,61,38); }

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

background-color css

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

 a { background-color: rgb(83,61,38); }

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

border-color css

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

 span { border-color: rgb(83,61,38); }

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