Html Css Color HEX #301C0E Cocoa Brown

📋 copy color: '#301C0E'

red 48 ◦ green 28 ◦ blue 14

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

Shades of Cocoa Brown #301C0E

Tints of Cocoa Brown #301C0E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 31.11%

 BLUE value IS 14 (5.86% from 255) = 15.56%

R = 53.33%
G = 31.11%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#301C0E (or 0x301C0E) is known color: Cocoa Brown. HEX triplet: 30, 1C and 0E. RGB value is (48,28,14). Sum of RGB (Red+Green+Blue) = 48+28+14=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C0E is #CFE3F1. Grayscale: #202020. Windows color (decimal): -13624306 or 924720. OLE color: 924720.

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

Color convert

RGB 48 28 14 -
CMYK 0 0.42 0.71 0.81
HSL 24.71º 0.55% 0.12% -
HSV(B) 24.71º 0.71% 0.19% -
XYZ 1.71 1.49 0.61 -
YUV 32.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 48 28 14 0 0.42 0.71 0.81 24.71 0.55 0.12
Hex 30 1C E 0 2A 47 51 19 37 C
Octal 60 34 16 0 52 107 121 31 67 14
Binary 110000 11100 1110 0 101010 1000111 1010001 11001 110111 1100

Color Harmonies of #301C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C0E

Black with #301C0E

Text Example


Text Example

White with #301C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,28,14); }

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

background-color css

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

 a { background-color: rgb(48,28,14); }

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

border-color css

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

 span { border-color: rgb(48,28,14); }

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