Html Css Color HEX #301E06 Cocoa Brown

📋 copy color: '#301E06'

red 48 ◦ green 30 ◦ blue 6

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

Shades of Cocoa Brown #301E06

Tints of Cocoa Brown #301E06

RGB

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

 GREEN value IS 30 (12.11% from 255) = 35.71%

 BLUE value IS 6 (2.73% from 255) = 7.14%

R = 57.14%
G = 35.71%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.81

RGB Variations

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

Color information

#301E06 (or 0x301E06) is known color: Cocoa Brown. HEX triplet: 30, 1E and 06. RGB value is (48,30,6). Sum of RGB (Red+Green+Blue) = 48+30+6=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #301E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E06 is #CFE1F9. Grayscale: #202020. Windows color (decimal): -13623802 or 400944. OLE color: 400944.

HSL color Cylindrical-coordinate representation of color #301E06: hue angle of 34.29º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301E06 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 30 6 -
CMYK 0 0.37 0.87 0.81
HSL 34.29º 0.78% 0.11% -
HSV(B) 34.29º 0.88% 0.19% -
XYZ 1.72 1.57 0.38 -
YUV 32.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 48 30 6 0 0.37 0.87 0.81 34.29 0.78 0.11
Hex 30 1E 6 0 25 57 51 22 4E B
Octal 60 36 6 0 45 127 121 42 116 13
Binary 110000 11110 110 0 100101 1010111 1010001 100010 1001110 1011

Color Harmonies of #301E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E06

Black with #301E06

Text Example


Text Example

White with #301E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,30,6); }

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

background-color css

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

 a { background-color: rgb(48,30,6); }

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

border-color css

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

 span { border-color: rgb(48,30,6); }

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