Html Css Color HEX #3F2B0F Cocoa Brown

📋 copy color: '#3F2B0F'

red 63 ◦ green 43 ◦ blue 15

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

Shades of Cocoa Brown #3F2B0F

Tints of Cocoa Brown #3F2B0F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 35.54%

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

R = 52.07%
G = 35.54%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.75

RGB Variations

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

Color information

#3F2B0F (or 0x3F2B0F) is known color: Cocoa Brown. HEX triplet: 3F, 2B and 0F. RGB value is (63,43,15). Sum of RGB (Red+Green+Blue) = 63+43+15=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2B0F is #C0D4F0. Grayscale: #2D2D2D. Windows color (decimal): -12637425 or 994111. OLE color: 994111.

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

Color convert

RGB 63 43 15 -
CMYK 0 0.32 0.76 0.75
HSL 35º 0.62% 0.15% -
HSV(B) 35º 0.76% 0.25% -
XYZ 3 2.82 0.84 -
YUV 45.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 63 43 15 0 0.32 0.76 0.75 35 0.62 0.15
Hex 3F 2B F 0 20 4C 4B 23 3E F
Octal 77 53 17 0 40 114 113 43 76 17
Binary 111111 101011 1111 0 100000 1001100 1001011 100011 111110 1111

Color Harmonies of #3F2B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2B0F

Black with #3F2B0F

Text Example


Text Example

White with #3F2B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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