Html Css Color HEX #3F4821 Bronzetone

📋 copy color: '#3F4821'

red 63 ◦ green 72 ◦ blue 33

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

Shades of Bronzetone #3F4821

Tints of Bronzetone #3F4821

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.86%

 BLUE value IS 33 (13.28% from 255) = 19.64%

R = 37.5%
G = 42.86%
B = 19.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#3F4821 (or 0x3F4821) is known color: Bronzetone. HEX triplet: 3F, 48 and 21. RGB value is (63,72,33). Sum of RGB (Red+Green+Blue) = 63+72+33=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4821 is #C0B7DE. Grayscale: #414141. Windows color (decimal): -12629983 or 2181183. OLE color: 2181183.

HSL color Cylindrical-coordinate representation of color #3F4821: hue angle of 73.85º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F4821 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 72 33 -
CMYK 0.12 0 0.54 0.72
HSL 73.85º 0.37% 0.21% -
HSV(B) 73.85º 0.54% 0.28% -
XYZ 4.64 5.8 2.31 -
YUV 64.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 63 72 33 0.12 0 0.54 0.72 73.85 0.37 0.21
Hex 3F 48 21 C 0 36 48 4A 25 15
Octal 77 110 41 14 0 66 110 112 45 25
Binary 111111 1001000 100001 1100 0 110110 1001000 1001010 100101 10101

Color Harmonies of #3F4821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4821

Black with #3F4821

Text Example


Text Example

White with #3F4821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,72,33); }

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

background-color css

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

 a { background-color: rgb(63,72,33); }

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

border-color css

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

 span { border-color: rgb(63,72,33); }

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