Html Css Color HEX #3F250C Cocoa Brown

📋 copy color: '#3F250C'

red 63 ◦ green 37 ◦ blue 12

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

Shades of Cocoa Brown #3F250C

Tints of Cocoa Brown #3F250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.04%

 BLUE value IS 12 (5.08% from 255) = 10.71%

R = 56.25%
G = 33.04%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#3F250C (or 0x3F250C) is known color: Cocoa Brown. HEX triplet: 3F, 25 and 0C. RGB value is (63,37,12). Sum of RGB (Red+Green+Blue) = 63+37+12=112 (14% of max value = 765). Red value is 63 (25% from 255 or 56.25% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 63 - color contains mainly: red. Hex color #3F250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F250C is #C0DAF3. Grayscale: #2A2A2A. Windows color (decimal): -12638964 or 795967. OLE color: 795967.

HSL color Cylindrical-coordinate representation of color #3F250C: hue angle of 29.41º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F250C is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 37 12 -
CMYK 0 0.41 0.81 0.75
HSL 29.41º 0.68% 0.15% -
HSV(B) 29.41º 0.81% 0.25% -
XYZ 2.78 2.41 0.67 -
YUV 41.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 63 37 12 0 0.41 0.81 0.75 29.41 0.68 0.15
Hex 3F 25 C 0 29 51 4B 1D 44 F
Octal 77 45 14 0 51 121 113 35 104 17
Binary 111111 100101 1100 0 101001 1010001 1001011 11101 1000100 1111

Color Harmonies of #3F250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F250C

Black with #3F250C

Text Example


Text Example

White with #3F250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,37,12); }

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

background-color css

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

 a { background-color: rgb(63,37,12); }

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

border-color css

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

 span { border-color: rgb(63,37,12); }

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