Html Css Color HEX #3F4828 Bronzetone

📋 copy color: '#3F4828'

red 63 ◦ green 72 ◦ blue 40

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

Shades of Bronzetone #3F4828

Tints of Bronzetone #3F4828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.86%

R = 36%
G = 41.14%
B = 22.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#3F4828 (or 0x3F4828) is known color: Bronzetone. HEX triplet: 3F, 48 and 28. RGB value is (63,72,40). Sum of RGB (Red+Green+Blue) = 63+72+40=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4828 is #C0B7D7. Grayscale: #414141. Windows color (decimal): -12629976 or 2639935. OLE color: 2639935.

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

Color convert

RGB 63 72 40 -
CMYK 0.12 0 0.44 0.72
HSL 76.88º 0.29% 0.22% -
HSV(B) 76.88º 0.44% 0.28% -
XYZ 4.75 5.84 2.89 -
YUV 65.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 63 72 40 0.12 0 0.44 0.72 76.88 0.29 0.22
Hex 3F 48 28 C 0 2C 48 4D 1D 16
Octal 77 110 50 14 0 54 110 115 35 26
Binary 111111 1001000 101000 1100 0 101100 1001000 1001101 11101 10110

Color Harmonies of #3F4828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4828

Black with #3F4828

Text Example


Text Example

White with #3F4828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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