Html Css Color HEX #3F472C Bronzetone

📋 copy color: '#3F472C'

red 63 ◦ green 71 ◦ blue 44

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

Shades of Bronzetone #3F472C

Tints of Bronzetone #3F472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.89%

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

R = 35.39%
G = 39.89%
B = 24.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#3F472C (or 0x3F472C) is known color: Bronzetone. HEX triplet: 3F, 47 and 2C. RGB value is (63,71,44). Sum of RGB (Red+Green+Blue) = 63+71+44=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #3F472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F472C is #C0B8D3. Grayscale: #414141. Windows color (decimal): -12630228 or 2901823. OLE color: 2901823.

HSL color Cylindrical-coordinate representation of color #3F472C: hue angle of 77.78º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F472C is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 71 44 -
CMYK 0.11 0 0.38 0.72
HSL 77.78º 0.23% 0.23% -
HSV(B) 77.78º 0.38% 0.28% -
XYZ 4.76 5.75 3.24 -
YUV 65.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 63 71 44 0.11 0 0.38 0.72 77.78 0.23 0.23
Hex 3F 47 2C B 0 26 48 4E 17 17
Octal 77 107 54 13 0 46 110 116 27 27
Binary 111111 1000111 101100 1011 0 100110 1001000 1001110 10111 10111

Color Harmonies of #3F472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F472C

Black with #3F472C

Text Example


Text Example

White with #3F472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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