Html Css Color HEX #301C09 Cocoa Brown

📋 copy color: '#301C09'

red 48 ◦ green 28 ◦ blue 9

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

Shades of Cocoa Brown #301C09

Tints of Cocoa Brown #301C09

RGB

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

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

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

R = 56.47%
G = 32.94%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#301C09 (or 0x301C09) is known color: Cocoa Brown. HEX triplet: 30, 1C and 09. RGB value is (48,28,9). Sum of RGB (Red+Green+Blue) = 48+28+9=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 9 (3.91% from 255 or 10.59% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #301C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C09 is #CFE3F6. Grayscale: #1F1F1F. Windows color (decimal): -13624311 or 597040. OLE color: 597040.

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

Color convert

RGB 48 28 9 -
CMYK 0 0.42 0.81 0.81
HSL 29.23º 0.68% 0.11% -
HSV(B) 29.23º 0.81% 0.19% -
XYZ 1.68 1.48 0.46 -
YUV 31.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 48 28 9 0 0.42 0.81 0.81 29.23 0.68 0.11
Hex 30 1C 9 0 2A 51 51 1D 44 B
Octal 60 34 11 0 52 121 121 35 104 13
Binary 110000 11100 1001 0 101010 1010001 1010001 11101 1000100 1011

Color Harmonies of #301C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C09

Black with #301C09

Text Example


Text Example

White with #301C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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