Html Css Color HEX #533F2C Deep Bronze

📋 copy color: '#533F2C'

red 83 ◦ green 63 ◦ blue 44

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

Shades of Deep Bronze #533F2C

Tints of Deep Bronze #533F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.16%

R = 43.68%
G = 33.16%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#533F2C (or 0x533F2C) is known color: Deep Bronze. HEX triplet: 53, 3F and 2C. RGB value is (83,63,44). Sum of RGB (Red+Green+Blue) = 83+63+44=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #533F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F2C is #ACC0D3. Grayscale: #424242. Windows color (decimal): -11321556 or 2899795. OLE color: 2899795.

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

Color convert

RGB 83 63 44 -
CMYK 0 0.24 0.47 0.67
HSL 29.23º 0.31% 0.25% -
HSV(B) 29.23º 0.47% 0.33% -
XYZ 5.8 5.58 3.15 -
YUV 66.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 83 63 44 0 0.24 0.47 0.67 29.23 0.31 0.25
Hex 53 3F 2C 0 18 2F 43 1D 1F 19
Octal 123 77 54 0 30 57 103 35 37 31
Binary 1010011 111111 101100 0 11000 101111 1000011 11101 11111 11001

Color Harmonies of #533F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F2C

Black with #533F2C

Text Example


Text Example

White with #533F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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