Html Css Color HEX #3F2A09 Cocoa Brown

📋 copy color: '#3F2A09'

red 63 ◦ green 42 ◦ blue 9

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

Shades of Cocoa Brown #3F2A09

Tints of Cocoa Brown #3F2A09

RGB

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

 GREEN value IS 42 (16.8% from 255) = 36.84%

 BLUE value IS 9 (3.91% from 255) = 7.89%

R = 55.26%
G = 36.84%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#3F2A09 (or 0x3F2A09) is known color: Cocoa Brown. HEX triplet: 3F, 2A and 09. RGB value is (63,42,9). Sum of RGB (Red+Green+Blue) = 63+42+9=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2A09 is #C0D5F6. Grayscale: #2C2C2C. Windows color (decimal): -12637687 or 600639. OLE color: 600639.

HSL color Cylindrical-coordinate representation of color #3F2A09: hue angle of 36.67º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F2A09 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 42 9 -
CMYK 0 0.33 0.86 0.75
HSL 36.67º 0.75% 0.14% -
HSV(B) 36.67º 0.86% 0.25% -
XYZ 2.93 2.73 0.63 -
YUV 44.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 63 42 9 0 0.33 0.86 0.75 36.67 0.75 0.14
Hex 3F 2A 9 0 21 56 4B 25 4B E
Octal 77 52 11 0 41 126 113 45 113 16
Binary 111111 101010 1001 0 100001 1010110 1001011 100101 1001011 1110

Color Harmonies of #3F2A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2A09

Black with #3F2A09

Text Example


Text Example

White with #3F2A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,42,9); }

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

background-color css

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

 a { background-color: rgb(63,42,9); }

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

border-color css

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

 span { border-color: rgb(63,42,9); }

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