Html Css Color HEX #301C0D Cocoa Brown

📋 copy color: '#301C0D'

red 48 ◦ green 28 ◦ blue 13

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

Shades of Cocoa Brown #301C0D

Tints of Cocoa Brown #301C0D

RGB

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

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

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

R = 53.93%
G = 31.46%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#301C0D (or 0x301C0D) is known color: Cocoa Brown. HEX triplet: 30, 1C and 0D. RGB value is (48,28,13). Sum of RGB (Red+Green+Blue) = 48+28+13=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C0D is #CFE3F2. Grayscale: #202020. Windows color (decimal): -13624307 or 859184. OLE color: 859184.

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

Color convert

RGB 48 28 13 -
CMYK 0 0.42 0.73 0.81
HSL 25.71º 0.57% 0.12% -
HSV(B) 25.71º 0.73% 0.19% -
XYZ 1.71 1.49 0.58 -
YUV 32.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 48 28 13 0 0.42 0.73 0.81 25.71 0.57 0.12
Hex 30 1C D 0 2A 49 51 1A 39 C
Octal 60 34 15 0 52 111 121 32 71 14
Binary 110000 11100 1101 0 101010 1001001 1010001 11010 111001 1100

Color Harmonies of #301C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C0D

Black with #301C0D

Text Example


Text Example

White with #301C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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