Html Css Color HEX #3F2900 Cocoa Brown

📋 copy color: '#3F2900'

red 63 ◦ green 41 ◦ blue 0

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

Shades of Cocoa Brown #3F2900

Tints of Cocoa Brown #3F2900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.58%
G = 39.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#3F2900 (or 0x3F2900) is known color: Cocoa Brown. HEX triplet: 3F, 29 and 00. RGB value is (63,41,0). Sum of RGB (Red+Green+Blue) = 63+41+0=104 (13% of max value = 765). Red value is 63 (25% from 255 or 60.58% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2900 is #C0D6FF. Grayscale: #2B2B2B. Windows color (decimal): -12637952 or 10559. OLE color: 10559.

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

Color convert

RGB 63 41 0 -
CMYK 0 0.35 1 0.75
HSL 39.05º 1% 0.12% -
HSV(B) 39.05º 1% 0.25% -
XYZ 2.84 2.64 0.36 -
YUV 42.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 63 41 0 0 0.35 1 0.75 39.05 1 0.12
Hex 3F 29 0 0 23 64 4B 27 64 C
Octal 77 51 0 0 43 144 113 47 144 14
Binary 111111 101001 0 0 100011 1100100 1001011 100111 1100100 1100

Color Harmonies of #3F2900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2900

Black with #3F2900

Text Example


Text Example

White with #3F2900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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