Html Css Color HEX #301F0C Cocoa Brown

📋 copy color: '#301F0C'

red 48 ◦ green 31 ◦ blue 12

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

Shades of Cocoa Brown #301F0C

Tints of Cocoa Brown #301F0C

RGB

 RED value IS 48 (19.14% from 255) = 52.75%

 GREEN value IS 31 (12.5% from 255) = 34.07%

 BLUE value IS 12 (5.08% from 255) = 13.19%

R = 52.75%
G = 34.07%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#301F0C (or 0x301F0C) is known color: Cocoa Brown. HEX triplet: 30, 1F and 0C. RGB value is (48,31,12). Sum of RGB (Red+Green+Blue) = 48+31+12=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #301F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F0C is #CFE0F3. Grayscale: #222222. Windows color (decimal): -13623540 or 794416. OLE color: 794416.

HSL color Cylindrical-coordinate representation of color #301F0C: hue angle of 31.67º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301F0C is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 31 12 -
CMYK 0 0.35 0.75 0.81
HSL 31.67º 0.6% 0.12% -
HSV(B) 31.67º 0.75% 0.19% -
XYZ 1.78 1.63 0.57 -
YUV 33.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 48 31 12 0 0.35 0.75 0.81 31.67 0.6 0.12
Hex 30 1F C 0 23 4B 51 20 3C C
Octal 60 37 14 0 43 113 121 40 74 14
Binary 110000 11111 1100 0 100011 1001011 1010001 100000 111100 1100

Color Harmonies of #301F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F0C

Black with #301F0C

Text Example


Text Example

White with #301F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301F0C; }

 p { color: rgb(48,31,12); }

 H1.HeaderClassName
 {
   color: #301F0C;
 }
 .AnyTagClassName
 {
   color: #301F0C;
 }
</style>

background-color css

<style>
 a { background-color: #301F0C; }

 a { background-color: rgb(48,31,12); }

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

border-color css

<style>
 span { border-color: #301F0C; }

 span { border-color: rgb(48,31,12); }

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