Html Css Color HEX #3F270C Cocoa Brown

📋 copy color: '#3F270C'

red 63 ◦ green 39 ◦ blue 12

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

Shades of Cocoa Brown #3F270C

Tints of Cocoa Brown #3F270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 34.21%

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

R = 55.26%
G = 34.21%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#3F270C (or 0x3F270C) is known color: Cocoa Brown. HEX triplet: 3F, 27 and 0C. RGB value is (63,39,12). Sum of RGB (Red+Green+Blue) = 63+39+12=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F270C is #C0D8F3. Grayscale: #2B2B2B. Windows color (decimal): -12638452 or 796479. OLE color: 796479.

HSL color Cylindrical-coordinate representation of color #3F270C: hue angle of 31.76º 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 #3F270C is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 39 12 -
CMYK 0 0.38 0.81 0.75
HSL 31.76º 0.68% 0.15% -
HSV(B) 31.76º 0.81% 0.25% -
XYZ 2.84 2.53 0.69 -
YUV 43.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 63 39 12 0 0.38 0.81 0.75 31.76 0.68 0.15
Hex 3F 27 C 0 26 51 4B 20 44 F
Octal 77 47 14 0 46 121 113 40 104 17
Binary 111111 100111 1100 0 100110 1010001 1001011 100000 1000100 1111

Color Harmonies of #3F270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F270C

Black with #3F270C

Text Example


Text Example

White with #3F270C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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