Html Css Color HEX #30210A Cocoa Brown

📋 copy color: '#30210A'

red 48 ◦ green 33 ◦ blue 10

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

Shades of Cocoa Brown #30210A

Tints of Cocoa Brown #30210A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.99%

R = 52.75%
G = 36.26%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#30210A (or 0x30210A) is known color: Cocoa Brown. HEX triplet: 30, 21 and 0A. RGB value is (48,33,10). Sum of RGB (Red+Green+Blue) = 48+33+10=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #30210A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30210A is #CFDEF5. Grayscale: #222222. Windows color (decimal): -13623030 or 663856. OLE color: 663856.

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

Color convert

RGB 48 33 10 -
CMYK 0 0.31 0.79 0.81
HSL 36.32º 0.66% 0.11% -
HSV(B) 36.32º 0.79% 0.19% -
XYZ 1.82 1.74 0.53 -
YUV 34.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 48 33 10 0 0.31 0.79 0.81 36.32 0.66 0.11
Hex 30 21 A 0 1F 4F 51 24 42 B
Octal 60 41 12 0 37 117 121 44 102 13
Binary 110000 100001 1010 0 11111 1001111 1010001 100100 1000010 1011

Color Harmonies of #30210A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30210A

Black with #30210A

Text Example


Text Example

White with #30210A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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