Html Css Color HEX #301D09 Cocoa Brown

📋 copy color: '#301D09'

red 48 ◦ green 29 ◦ blue 9

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

Shades of Cocoa Brown #301D09

Tints of Cocoa Brown #301D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 33.72%

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

R = 55.81%
G = 33.72%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#301D09 (or 0x301D09) is known color: Cocoa Brown. HEX triplet: 30, 1D and 09. RGB value is (48,29,9). Sum of RGB (Red+Green+Blue) = 48+29+9=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #301D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D09 is #CFE2F6. Grayscale: #202020. Windows color (decimal): -13624055 or 597296. OLE color: 597296.

HSL color Cylindrical-coordinate representation of color #301D09: hue angle of 30.77º 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 #301D09 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 29 9 -
CMYK 0 0.40 0.81 0.81
HSL 30.77º 0.68% 0.11% -
HSV(B) 30.77º 0.81% 0.19% -
XYZ 1.71 1.53 0.46 -
YUV 32.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 48 29 9 0 0.40 0.81 0.81 30.77 0.68 0.11
Hex 30 1D 9 0 28 51 51 1F 44 B
Octal 60 35 11 0 50 121 121 37 104 13
Binary 110000 11101 1001 0 101000 1010001 1010001 11111 1000100 1011

Color Harmonies of #301D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D09

Black with #301D09

Text Example


Text Example

White with #301D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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