Html Css Color HEX #3F2003 Cocoa Brown

📋 copy color: '#3F2003'

red 63 ◦ green 32 ◦ blue 3

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

Shades of Cocoa Brown #3F2003

Tints of Cocoa Brown #3F2003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 32.65%

 BLUE value IS 3 (1.56% from 255) = 3.06%

R = 64.29%
G = 32.65%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#3F2003 (or 0x3F2003) is known color: Cocoa Brown. HEX triplet: 3F, 20 and 03. RGB value is (63,32,3). Sum of RGB (Red+Green+Blue) = 63+32+3=98 (12% of max value = 765). Red value is 63 (25% from 255 or 64.29% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2003 is #C0DFFC. Grayscale: #262626. Windows color (decimal): -12640253 or 204863. OLE color: 204863.

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

Color convert

RGB 63 32 3 -
CMYK 0 0.49 0.95 0.75
HSL 29º 0.91% 0.13% -
HSV(B) 29º 0.95% 0.25% -
XYZ 2.58 2.1 0.35 -
YUV 37.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 63 32 3 0 0.49 0.95 0.75 29 0.91 0.13
Hex 3F 20 3 0 31 5F 4B 1D 5B D
Octal 77 40 3 0 61 137 113 35 133 15
Binary 111111 100000 11 0 110001 1011111 1001011 11101 1011011 1101

Color Harmonies of #3F2003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2003

Black with #3F2003

Text Example


Text Example

White with #3F2003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,32,3); }

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

background-color css

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

 a { background-color: rgb(63,32,3); }

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

border-color css

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

 span { border-color: rgb(63,32,3); }

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