Html Css Color HEX #301C04 Cocoa Brown

📋 copy color: '#301C04'

red 48 ◦ green 28 ◦ blue 4

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

Shades of Cocoa Brown #301C04

Tints of Cocoa Brown #301C04

RGB

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

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

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

R = 60%
G = 35%
B = 5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#301C04 (or 0x301C04) is known color: Cocoa Brown. HEX triplet: 30, 1C and 04. RGB value is (48,28,4). Sum of RGB (Red+Green+Blue) = 48+28+4=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #301C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C04 is #CFE3FB. Grayscale: #1F1F1F. Windows color (decimal): -13624316 or 269360. OLE color: 269360.

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

Color convert

RGB 48 28 4 -
CMYK 0 0.42 0.92 0.81
HSL 32.73º 0.85% 0.1% -
HSV(B) 32.73º 0.92% 0.19% -
XYZ 1.66 1.47 0.31 -
YUV 31.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 48 28 4 0 0.42 0.92 0.81 32.73 0.85 0.1
Hex 30 1C 4 0 2A 5C 51 21 55 A
Octal 60 34 4 0 52 134 121 41 125 12
Binary 110000 11100 100 0 101010 1011100 1010001 100001 1010101 1010

Color Harmonies of #301C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C04

Black with #301C04

Text Example


Text Example

White with #301C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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