Html Css Color HEX #3F280D Cocoa Brown

📋 copy color: '#3F280D'

red 63 ◦ green 40 ◦ blue 13

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

Shades of Cocoa Brown #3F280D

Tints of Cocoa Brown #3F280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 34.48%

 BLUE value IS 13 (5.47% from 255) = 11.21%

R = 54.31%
G = 34.48%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.75

RGB Variations

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

Color information

#3F280D (or 0x3F280D) is known color: Cocoa Brown. HEX triplet: 3F, 28 and 0D. RGB value is (63,40,13). Sum of RGB (Red+Green+Blue) = 63+40+13=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F280D is #C0D7F2. Grayscale: #2B2B2B. Windows color (decimal): -12638195 or 862271. OLE color: 862271.

HSL color Cylindrical-coordinate representation of color #3F280D: hue angle of 32.4º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F280D is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 40 13 -
CMYK 0 0.37 0.79 0.75
HSL 32.4º 0.66% 0.15% -
HSV(B) 32.4º 0.79% 0.25% -
XYZ 2.88 2.6 0.73 -
YUV 43.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 63 40 13 0 0.37 0.79 0.75 32.4 0.66 0.15
Hex 3F 28 D 0 25 4F 4B 20 42 F
Octal 77 50 15 0 45 117 113 40 102 17
Binary 111111 101000 1101 0 100101 1001111 1001011 100000 1000010 1111

Color Harmonies of #3F280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F280D

Black with #3F280D

Text Example


Text Example

White with #3F280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,40,13); }

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

background-color css

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

 a { background-color: rgb(63,40,13); }

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

border-color css

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

 span { border-color: rgb(63,40,13); }

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