Html Css Color HEX #301E12 Cocoa Brown

📋 copy color: '#301E12'

red 48 ◦ green 30 ◦ blue 18

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

Shades of Cocoa Brown #301E12

Tints of Cocoa Brown #301E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18.75%

R = 50%
G = 31.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#301E12 (or 0x301E12) is known color: Cocoa Brown. HEX triplet: 30, 1E and 12. RGB value is (48,30,18). Sum of RGB (Red+Green+Blue) = 48+30+18=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #301E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E12 is #CFE1ED. Grayscale: #222222. Windows color (decimal): -13623790 or 1187376. OLE color: 1187376.

HSL color Cylindrical-coordinate representation of color #301E12: hue angle of 24º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301E12 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 30 18 -
CMYK 0 0.37 0.63 0.81
HSL 24º 0.45% 0.13% -
HSV(B) 24º 0.63% 0.19% -
XYZ 1.79 1.6 0.79 -
YUV 34.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 48 30 18 0 0.37 0.63 0.81 24 0.45 0.13
Hex 30 1E 12 0 25 3F 51 18 2D D
Octal 60 36 22 0 45 77 121 30 55 15
Binary 110000 11110 10010 0 100101 111111 1010001 11000 101101 1101

Color Harmonies of #301E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E12

Black with #301E12

Text Example


Text Example

White with #301E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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