Html Css Color HEX #3F5320 Bronzetone

📋 copy color: '#3F5320'

red 63 ◦ green 83 ◦ blue 32

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

Shades of Bronzetone #3F5320

Tints of Bronzetone #3F5320

RGB

 RED value IS 63 (25% from 255) = 35.39%

 GREEN value IS 83 (32.81% from 255) = 46.63%

 BLUE value IS 32 (12.89% from 255) = 17.98%

R = 35.39%
G = 46.63%
B = 17.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#3F5320 (or 0x3F5320) is known color: Bronzetone. HEX triplet: 3F, 53 and 20. RGB value is (63,83,32). Sum of RGB (Red+Green+Blue) = 63+83+32=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5320 is #C0ACDF. Grayscale: #474747. Windows color (decimal): -12627168 or 2118463. OLE color: 2118463.

HSL color Cylindrical-coordinate representation of color #3F5320: hue angle of 83.53º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F5320 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 83 32 -
CMYK 0.24 0 0.61 0.67
HSL 83.53º 0.44% 0.23% -
HSV(B) 83.53º 0.61% 0.33% -
XYZ 5.4 7.35 2.5 -
YUV 71.21 105.87 122.15 -
System Red Green Blue C M Y K H S L
Decimal 63 83 32 0.24 0 0.61 0.67 83.53 0.44 0.23
Hex 3F 53 20 18 0 3D 43 54 2C 17
Octal 77 123 40 30 0 75 103 124 54 27
Binary 111111 1010011 100000 11000 0 111101 1000011 1010100 101100 10111

Color Harmonies of #3F5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5320

Black with #3F5320

Text Example


Text Example

White with #3F5320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F5320; }

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

 H1.HeaderClassName
 {
   color: #3F5320;
 }
 .AnyTagClassName
 {
   color: #3F5320;
 }
</style>

background-color css

<style>
 a { background-color: #3F5320; }

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

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

border-color css

<style>
 span { border-color: #3F5320; }

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

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