Html Css Color HEX #302215 Cocoa Brown

📋 copy color: '#302215'

red 48 ◦ green 34 ◦ blue 21

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

Shades of Cocoa Brown #302215

Tints of Cocoa Brown #302215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 33.01%

 BLUE value IS 21 (8.59% from 255) = 20.39%

R = 46.6%
G = 33.01%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#302215 (or 0x302215) is known color: Cocoa Brown. HEX triplet: 30, 22 and 15. RGB value is (48,34,21). Sum of RGB (Red+Green+Blue) = 48+34+21=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #302215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302215 is #CFDDEA. Grayscale: #242424. Windows color (decimal): -13622763 or 1385008. OLE color: 1385008.

HSL color Cylindrical-coordinate representation of color #302215: hue angle of 28.89º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #302215 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 34 21 -
CMYK 0 0.29 0.56 0.81
HSL 28.89º 0.39% 0.14% -
HSV(B) 28.89º 0.56% 0.19% -
XYZ 1.93 1.83 0.96 -
YUV 36.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 48 34 21 0 0.29 0.56 0.81 28.89 0.39 0.14
Hex 30 22 15 0 1D 38 51 1D 27 E
Octal 60 42 25 0 35 70 121 35 47 16
Binary 110000 100010 10101 0 11101 111000 1010001 11101 100111 1110

Color Harmonies of #302215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302215

Black with #302215

Text Example


Text Example

White with #302215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302215; }

 p { color: rgb(48,34,21); }

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

background-color css

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

 a { background-color: rgb(48,34,21); }

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

border-color css

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

 span { border-color: rgb(48,34,21); }

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