Html Css Color HEX #533D1F Deep Bronze

📋 copy color: '#533D1F'

red 83 ◦ green 61 ◦ blue 31

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

Shades of Deep Bronze #533D1F

Tints of Deep Bronze #533D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.71%

R = 47.43%
G = 34.86%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#533D1F (or 0x533D1F) is known color: Deep Bronze. HEX triplet: 53, 3D and 1F. RGB value is (83,61,31). Sum of RGB (Red+Green+Blue) = 83+61+31=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #533D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D1F is #ACC2E0. Grayscale: #404040. Windows color (decimal): -11322081 or 2047315. OLE color: 2047315.

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

Color convert

RGB 83 61 31 -
CMYK 0 0.27 0.63 0.67
HSL 34.62º 0.46% 0.22% -
HSV(B) 34.62º 0.63% 0.33% -
XYZ 5.48 5.28 2.03 -
YUV 64.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 83 61 31 0 0.27 0.63 0.67 34.62 0.46 0.22
Hex 53 3D 1F 0 1B 3F 43 23 2E 16
Octal 123 75 37 0 33 77 103 43 56 26
Binary 1010011 111101 11111 0 11011 111111 1000011 100011 101110 10110

Color Harmonies of #533D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D1F

Black with #533D1F

Text Example


Text Example

White with #533D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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