Html Css Color HEX #3F2302 Cocoa Brown

📋 copy color: '#3F2302'

red 63 ◦ green 35 ◦ blue 2

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

Shades of Cocoa Brown #3F2302

Tints of Cocoa Brown #3F2302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 35%

 BLUE value IS 2 (1.17% from 255) = 2%

R = 63%
G = 35%
B = 2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#3F2302 (or 0x3F2302) is known color: Cocoa Brown. HEX triplet: 3F, 23 and 02. RGB value is (63,35,2). Sum of RGB (Red+Green+Blue) = 63+35+2=100 (13% of max value = 765). Red value is 63 (25% from 255 or 63% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2302 is #C0DCFD. Grayscale: #272727. Windows color (decimal): -12639486 or 140095. OLE color: 140095.

HSL color Cylindrical-coordinate representation of color #3F2302: hue angle of 32.46º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F2302 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 35 2 -
CMYK 0 0.44 0.97 0.75
HSL 32.46º 0.94% 0.13% -
HSV(B) 32.46º 0.97% 0.25% -
XYZ 2.66 2.26 0.35 -
YUV 39.61 106.78 144.68 -
System Red Green Blue C M Y K H S L
Decimal 63 35 2 0 0.44 0.97 0.75 32.46 0.94 0.13
Hex 3F 23 2 0 2C 61 4B 20 5E D
Octal 77 43 2 0 54 141 113 40 136 15
Binary 111111 100011 10 0 101100 1100001 1001011 100000 1011110 1101

Color Harmonies of #3F2302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2302

Black with #3F2302

Text Example


Text Example

White with #3F2302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,35,2); }

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

background-color css

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

 a { background-color: rgb(63,35,2); }

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

border-color css

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

 span { border-color: rgb(63,35,2); }

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