Html Css Color HEX #30200D Cocoa Brown

📋 copy color: '#30200D'

red 48 ◦ green 32 ◦ blue 13

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

Shades of Cocoa Brown #30200D

Tints of Cocoa Brown #30200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.98%

R = 51.61%
G = 34.41%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#30200D (or 0x30200D) is known color: Cocoa Brown. HEX triplet: 30, 20 and 0D. RGB value is (48,32,13). Sum of RGB (Red+Green+Blue) = 48+32+13=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #30200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30200D is #CFDFF2. Grayscale: #222222. Windows color (decimal): -13623283 or 860208. OLE color: 860208.

HSL color Cylindrical-coordinate representation of color #30200D: hue angle of 32.57º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30200D is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 32 13 -
CMYK 0 0.33 0.73 0.81
HSL 32.57º 0.57% 0.12% -
HSV(B) 32.57º 0.73% 0.19% -
XYZ 1.81 1.69 0.61 -
YUV 34.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 48 32 13 0 0.33 0.73 0.81 32.57 0.57 0.12
Hex 30 20 D 0 21 49 51 21 39 C
Octal 60 40 15 0 41 111 121 41 71 14
Binary 110000 100000 1101 0 100001 1001001 1010001 100001 111001 1100

Color Harmonies of #30200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30200D

Black with #30200D

Text Example


Text Example

White with #30200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30200D; }

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

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

background-color css

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

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

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

border-color css

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

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

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