Html Css Color HEX #301901 Cocoa Brown

📋 copy color: '#301901'

red 48 ◦ green 25 ◦ blue 1

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

Shades of Cocoa Brown #301901

Tints of Cocoa Brown #301901

RGB

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

 GREEN value IS 25 (10.16% from 255) = 33.78%

 BLUE value IS 1 (0.78% from 255) = 1.35%

R = 64.86%
G = 33.78%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#301901 (or 0x301901) is known color: Cocoa Brown. HEX triplet: 30, 19 and 01. RGB value is (48,25,1). Sum of RGB (Red+Green+Blue) = 48+25+1=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #301901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301901 is #CFE6FE. Grayscale: #1D1D1D. Windows color (decimal): -13625087 or 71984. OLE color: 71984.

HSL color Cylindrical-coordinate representation of color #301901: hue angle of 30.64º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #301901 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 25 1 -
CMYK 0 0.48 0.98 0.81
HSL 30.64º 0.96% 0.1% -
HSV(B) 30.64º 0.98% 0.19% -
XYZ 1.57 1.33 0.2 -
YUV 29.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 48 25 1 0 0.48 0.98 0.81 30.64 0.96 0.1
Hex 30 19 1 0 30 62 51 1F 60 A
Octal 60 31 1 0 60 142 121 37 140 12
Binary 110000 11001 1 0 110000 1100010 1010001 11111 1100000 1010

Color Harmonies of #301901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301901

Black with #301901

Text Example


Text Example

White with #301901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301901; }

 p { color: rgb(48,25,1); }

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

background-color css

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

 a { background-color: rgb(48,25,1); }

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

border-color css

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

 span { border-color: rgb(48,25,1); }

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