Html Css Color HEX #3F2200 Cocoa Brown

📋 copy color: '#3F2200'

red 63 ◦ green 34 ◦ blue 0

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

Shades of Cocoa Brown #3F2200

Tints of Cocoa Brown #3F2200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 35.05%

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

R = 64.95%
G = 35.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#3F2200 (or 0x3F2200) is known color: Cocoa Brown. HEX triplet: 3F, 22 and 00. RGB value is (63,34,0). Sum of RGB (Red+Green+Blue) = 63+34+0=97 (12% of max value = 765). Red value is 63 (25% from 255 or 64.95% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2200 is #C0DDFF. Grayscale: #262626. Windows color (decimal): -12639744 or 8767. OLE color: 8767.

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

Color convert

RGB 63 34 0 -
CMYK 0 0.46 1 0.75
HSL 32.38º 1% 0.12% -
HSV(B) 32.38º 1% 0.25% -
XYZ 2.62 2.2 0.29 -
YUV 38.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 63 34 0 0 0.46 1 0.75 32.38 1 0.12
Hex 3F 22 0 0 2E 64 4B 20 64 C
Octal 77 42 0 0 56 144 113 40 144 14
Binary 111111 100010 0 0 101110 1100100 1001011 100000 1100100 1100

Color Harmonies of #3F2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2200

Black with #3F2200

Text Example


Text Example

White with #3F2200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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