Html Css Color HEX #3F482B Bronzetone

📋 copy color: '#3F482B'

red 63 ◦ green 72 ◦ blue 43

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

Shades of Bronzetone #3F482B

Tints of Bronzetone #3F482B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.16%

R = 35.39%
G = 40.45%
B = 24.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#3F482B (or 0x3F482B) is known color: Bronzetone. HEX triplet: 3F, 48 and 2B. RGB value is (63,72,43). Sum of RGB (Red+Green+Blue) = 63+72+43=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 72 - color contains mainly: green. Hex color #3F482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F482B is #C0B7D4. Grayscale: #424242. Windows color (decimal): -12629973 or 2836543. OLE color: 2836543.

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

Color convert

RGB 63 72 43 -
CMYK 0.12 0 0.40 0.72
HSL 78.62º 0.25% 0.23% -
HSV(B) 78.62º 0.4% 0.28% -
XYZ 4.8 5.87 3.16 -
YUV 66 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 63 72 43 0.12 0 0.40 0.72 78.62 0.25 0.23
Hex 3F 48 2B C 0 28 48 4F 19 17
Octal 77 110 53 14 0 50 110 117 31 27
Binary 111111 1001000 101011 1100 0 101000 1001000 1001111 11001 10111

Color Harmonies of #3F482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F482B

Black with #3F482B

Text Example


Text Example

White with #3F482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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