Html Css Color HEX #30210C Cocoa Brown

📋 copy color: '#30210C'

red 48 ◦ green 33 ◦ blue 12

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

Shades of Cocoa Brown #30210C

Tints of Cocoa Brown #30210C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 35.48%

 BLUE value IS 12 (5.08% from 255) = 12.9%

R = 51.61%
G = 35.48%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#30210C (or 0x30210C) is known color: Cocoa Brown. HEX triplet: 30, 21 and 0C. RGB value is (48,33,12). Sum of RGB (Red+Green+Blue) = 48+33+12=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #30210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30210C is #CFDEF3. Grayscale: #232323. Windows color (decimal): -13623028 or 794928. OLE color: 794928.

HSL color Cylindrical-coordinate representation of color #30210C: hue angle of 35º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30210C is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 33 12 -
CMYK 0 0.31 0.75 0.81
HSL 35º 0.6% 0.12% -
HSV(B) 35º 0.75% 0.19% -
XYZ 1.83 1.74 0.59 -
YUV 35.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 48 33 12 0 0.31 0.75 0.81 35 0.6 0.12
Hex 30 21 C 0 1F 4B 51 23 3C C
Octal 60 41 14 0 37 113 121 43 74 14
Binary 110000 100001 1100 0 11111 1001011 1010001 100011 111100 1100

Color Harmonies of #30210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30210C

Black with #30210C

Text Example


Text Example

White with #30210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30210C; }

 p { color: rgb(48,33,12); }

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

background-color css

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

 a { background-color: rgb(48,33,12); }

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

border-color css

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

 span { border-color: rgb(48,33,12); }

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