Html Css Color HEX #3F290F Cocoa Brown

📋 copy color: '#3F290F'

red 63 ◦ green 41 ◦ blue 15

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

Shades of Cocoa Brown #3F290F

Tints of Cocoa Brown #3F290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 34.45%

 BLUE value IS 15 (6.25% from 255) = 12.61%

R = 52.94%
G = 34.45%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.75

RGB Variations

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

Color information

#3F290F (or 0x3F290F) is known color: Cocoa Brown. HEX triplet: 3F, 29 and 0F. RGB value is (63,41,15). Sum of RGB (Red+Green+Blue) = 63+41+15=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F290F is #C0D6F0. Grayscale: #2C2C2C. Windows color (decimal): -12637937 or 993599. OLE color: 993599.

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

Color convert

RGB 63 41 15 -
CMYK 0 0.35 0.76 0.75
HSL 32.5º 0.62% 0.15% -
HSV(B) 32.5º 0.76% 0.25% -
XYZ 2.93 2.68 0.81 -
YUV 44.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 63 41 15 0 0.35 0.76 0.75 32.5 0.62 0.15
Hex 3F 29 F 0 23 4C 4B 20 3E F
Octal 77 51 17 0 43 114 113 40 76 17
Binary 111111 101001 1111 0 100011 1001100 1001011 100000 111110 1111

Color Harmonies of #3F290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F290F

Black with #3F290F

Text Example


Text Example

White with #3F290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,41,15); }

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

background-color css

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

 a { background-color: rgb(63,41,15); }

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

border-color css

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

 span { border-color: rgb(63,41,15); }

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