Html Css Color HEX #3F2502 Cocoa Brown

📋 copy color: '#3F2502'

red 63 ◦ green 37 ◦ blue 2

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

Shades of Cocoa Brown #3F2502

Tints of Cocoa Brown #3F2502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 36.27%

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

R = 61.76%
G = 36.27%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#3F2502 (or 0x3F2502) is known color: Cocoa Brown. HEX triplet: 3F, 25 and 02. RGB value is (63,37,2). Sum of RGB (Red+Green+Blue) = 63+37+2=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2502 is #C0DAFD. Grayscale: #282828. Windows color (decimal): -12638974 or 140607. OLE color: 140607.

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

Color convert

RGB 63 37 2 -
CMYK 0 0.41 0.97 0.75
HSL 34.43º 0.94% 0.13% -
HSV(B) 34.43º 0.97% 0.25% -
XYZ 2.72 2.38 0.37 -
YUV 40.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 63 37 2 0 0.41 0.97 0.75 34.43 0.94 0.13
Hex 3F 25 2 0 29 61 4B 22 5E D
Octal 77 45 2 0 51 141 113 42 136 15
Binary 111111 100101 10 0 101001 1100001 1001011 100010 1011110 1101

Color Harmonies of #3F2502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2502

Black with #3F2502

Text Example


Text Example

White with #3F2502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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