Html Css Color HEX #533E1F Deep Bronze

📋 copy color: '#533E1F'

red 83 ◦ green 62 ◦ blue 31

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

Shades of Deep Bronze #533E1F

Tints of Deep Bronze #533E1F

RGB

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

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

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

R = 47.16%
G = 35.23%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#533E1F (or 0x533E1F) is known color: Deep Bronze. HEX triplet: 53, 3E and 1F. RGB value is (83,62,31). Sum of RGB (Red+Green+Blue) = 83+62+31=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #533E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E1F is #ACC1E0. Grayscale: #404040. Windows color (decimal): -11321825 or 2047571. OLE color: 2047571.

HSL color Cylindrical-coordinate representation of color #533E1F: hue angle of 35.77º 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 #533E1F is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 62 31 -
CMYK 0 0.25 0.63 0.67
HSL 35.77º 0.46% 0.22% -
HSV(B) 35.77º 0.63% 0.33% -
XYZ 5.54 5.38 2.04 -
YUV 64.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 83 62 31 0 0.25 0.63 0.67 35.77 0.46 0.22
Hex 53 3E 1F 0 19 3F 43 24 2E 16
Octal 123 76 37 0 31 77 103 44 56 26
Binary 1010011 111110 11111 0 11001 111111 1000011 100100 101110 10110

Color Harmonies of #533E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E1F

Black with #533E1F

Text Example


Text Example

White with #533E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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