Html Css Color HEX #302415 Cocoa Brown

📋 copy color: '#302415'

red 48 ◦ green 36 ◦ blue 21

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

Shades of Cocoa Brown #302415

Tints of Cocoa Brown #302415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 34.29%

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

R = 45.71%
G = 34.29%
B = 20%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#302415 (or 0x302415) is known color: Cocoa Brown. HEX triplet: 30, 24 and 15. RGB value is (48,36,21). Sum of RGB (Red+Green+Blue) = 48+36+21=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #302415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302415 is #CFDBEA. Grayscale: #252525. Windows color (decimal): -13622251 or 1385520. OLE color: 1385520.

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

Color convert

RGB 48 36 21 -
CMYK 0 0.25 0.56 0.81
HSL 33.33º 0.39% 0.14% -
HSV(B) 33.33º 0.56% 0.19% -
XYZ 1.99 1.94 0.98 -
YUV 37.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 48 36 21 0 0.25 0.56 0.81 33.33 0.39 0.14
Hex 30 24 15 0 19 38 51 21 27 E
Octal 60 44 25 0 31 70 121 41 47 16
Binary 110000 100100 10101 0 11001 111000 1010001 100001 100111 1110

Color Harmonies of #302415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302415

Black with #302415

Text Example


Text Example

White with #302415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302415; }

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

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

background-color css

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

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

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

border-color css

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

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

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