Html Css Color HEX #3F230B Cocoa Brown

📋 copy color: '#3F230B'

red 63 ◦ green 35 ◦ blue 11

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

Shades of Cocoa Brown #3F230B

Tints of Cocoa Brown #3F230B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.09%

R = 57.8%
G = 32.11%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#3F230B (or 0x3F230B) is known color: Cocoa Brown. HEX triplet: 3F, 23 and 0B. RGB value is (63,35,11). Sum of RGB (Red+Green+Blue) = 63+35+11=109 (14% of max value = 765). Red value is 63 (25% from 255 or 57.80% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 63 - color contains mainly: red. Hex color #3F230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F230B is #C0DCF4. Grayscale: #282828. Windows color (decimal): -12639477 or 729919. OLE color: 729919.

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

Color convert

RGB 63 35 11 -
CMYK 0 0.44 0.83 0.75
HSL 27.69º 0.7% 0.15% -
HSV(B) 27.69º 0.83% 0.25% -
XYZ 2.71 2.28 0.61 -
YUV 40.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 63 35 11 0 0.44 0.83 0.75 27.69 0.7 0.15
Hex 3F 23 B 0 2C 53 4B 1C 46 F
Octal 77 43 13 0 54 123 113 34 106 17
Binary 111111 100011 1011 0 101100 1010011 1001011 11100 1000110 1111

Color Harmonies of #3F230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F230B

Black with #3F230B

Text Example


Text Example

White with #3F230B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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