Html Css Color HEX #301D04 Cocoa Brown

📋 copy color: '#301D04'

red 48 ◦ green 29 ◦ blue 4

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

Shades of Cocoa Brown #301D04

Tints of Cocoa Brown #301D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.94%

R = 59.26%
G = 35.8%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#301D04 (or 0x301D04) is known color: Cocoa Brown. HEX triplet: 30, 1D and 04. RGB value is (48,29,4). Sum of RGB (Red+Green+Blue) = 48+29+4=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #301D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D04 is #CFE2FB. Grayscale: #1F1F1F. Windows color (decimal): -13624060 or 269616. OLE color: 269616.

HSL color Cylindrical-coordinate representation of color #301D04: hue angle of 34.09º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #301D04 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 29 4 -
CMYK 0 0.40 0.92 0.81
HSL 34.09º 0.85% 0.1% -
HSV(B) 34.09º 0.92% 0.19% -
XYZ 1.68 1.52 0.32 -
YUV 31.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 48 29 4 0 0.40 0.92 0.81 34.09 0.85 0.1
Hex 30 1D 4 0 28 5C 51 22 55 A
Octal 60 35 4 0 50 134 121 42 125 12
Binary 110000 11101 100 0 101000 1011100 1010001 100010 1010101 1010

Color Harmonies of #301D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D04

Black with #301D04

Text Example


Text Example

White with #301D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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