Html Css Color HEX #3F462B Bronzetone

📋 copy color: '#3F462B'

red 63 ◦ green 70 ◦ blue 43

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

Shades of Bronzetone #3F462B

Tints of Bronzetone #3F462B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.77%

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

R = 35.8%
G = 39.77%
B = 24.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.73

RGB Variations

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

Color information

#3F462B (or 0x3F462B) is known color: Bronzetone. HEX triplet: 3F, 46 and 2B. RGB value is (63,70,43). Sum of RGB (Red+Green+Blue) = 63+70+43=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 70 - color contains mainly: green. Hex color #3F462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F462B is #C0B9D4. Grayscale: #404040. Windows color (decimal): -12630485 or 2836031. OLE color: 2836031.

HSL color Cylindrical-coordinate representation of color #3F462B: hue angle of 75.56º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F462B is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB 63 70 43 -
CMYK 0.10 0 0.39 0.73
HSL 75.56º 0.24% 0.22% -
HSV(B) 75.56º 0.39% 0.27% -
XYZ 4.68 5.61 3.12 -
YUV 64.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 63 70 43 0.10 0 0.39 0.73 75.56 0.24 0.22
Hex 3F 46 2B A 0 27 49 4C 18 16
Octal 77 106 53 12 0 47 111 114 30 26
Binary 111111 1000110 101011 1010 0 100111 1001001 1001100 11000 10110

Color Harmonies of #3F462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F462B

Black with #3F462B

Text Example


Text Example

White with #3F462B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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