Html Css Color HEX #302012 Cocoa Brown

📋 copy color: '#302012'

red 48 ◦ green 32 ◦ blue 18

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

Shades of Cocoa Brown #302012

Tints of Cocoa Brown #302012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 32.65%

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

R = 48.98%
G = 32.65%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#302012 (or 0x302012) is known color: Cocoa Brown. HEX triplet: 30, 20 and 12. RGB value is (48,32,18). Sum of RGB (Red+Green+Blue) = 48+32+18=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #302012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302012 is #CFDFED. Grayscale: #232323. Windows color (decimal): -13623278 or 1187888. OLE color: 1187888.

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

Color convert

RGB 48 32 18 -
CMYK 0 0.33 0.63 0.81
HSL 28º 0.45% 0.13% -
HSV(B) 28º 0.63% 0.19% -
XYZ 1.84 1.71 0.8 -
YUV 35.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 48 32 18 0 0.33 0.63 0.81 28 0.45 0.13
Hex 30 20 12 0 21 3F 51 1C 2D D
Octal 60 40 22 0 41 77 121 34 55 15
Binary 110000 100000 10010 0 100001 111111 1010001 11100 101101 1101

Color Harmonies of #302012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302012

Black with #302012

Text Example


Text Example

White with #302012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302012; }

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

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

background-color css

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

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

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

border-color css

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

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

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