Html Css Color HEX #301601 Cocoa Brown

📋 copy color: '#301601'

red 48 ◦ green 22 ◦ blue 1

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

Shades of Cocoa Brown #301601

Tints of Cocoa Brown #301601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 30.99%

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

R = 67.61%
G = 30.99%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#301601 (or 0x301601) is known color: Cocoa Brown. HEX triplet: 30, 16 and 01. RGB value is (48,22,1). Sum of RGB (Red+Green+Blue) = 48+22+1=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #301601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301601 is #CFE9FE. Grayscale: #1B1B1B. Windows color (decimal): -13625855 or 71216. OLE color: 71216.

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

Color convert

RGB 48 22 1 -
CMYK 0 0.54 0.98 0.81
HSL 26.81º 0.96% 0.1% -
HSV(B) 26.81º 0.98% 0.19% -
XYZ 1.51 1.2 0.18 -
YUV 27.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 48 22 1 0 0.54 0.98 0.81 26.81 0.96 0.1
Hex 30 16 1 0 36 62 51 1B 60 A
Octal 60 26 1 0 66 142 121 33 140 12
Binary 110000 10110 1 0 110110 1100010 1010001 11011 1100000 1010

Color Harmonies of #301601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301601

Black with #301601

Text Example


Text Example

White with #301601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301601; }

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

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

background-color css

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

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

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

border-color css

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

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

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