Html Css Color HEX #30200F Cocoa Brown

📋 copy color: '#30200F'

red 48 ◦ green 32 ◦ blue 15

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

Shades of Cocoa Brown #30200F

Tints of Cocoa Brown #30200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.79%

R = 50.53%
G = 33.68%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#30200F (or 0x30200F) is known color: Cocoa Brown. HEX triplet: 30, 20 and 0F. RGB value is (48,32,15). Sum of RGB (Red+Green+Blue) = 48+32+15=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30200F is #CFDFF0. Grayscale: #222222. Windows color (decimal): -13623281 or 991280. OLE color: 991280.

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

Color convert

RGB 48 32 15 -
CMYK 0 0.33 0.69 0.81
HSL 30.91º 0.52% 0.12% -
HSV(B) 30.91º 0.69% 0.19% -
XYZ 1.82 1.7 0.68 -
YUV 34.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 48 32 15 0 0.33 0.69 0.81 30.91 0.52 0.12
Hex 30 20 F 0 21 45 51 1F 34 C
Octal 60 40 17 0 41 105 121 37 64 14
Binary 110000 100000 1111 0 100001 1000101 1010001 11111 110100 1100

Color Harmonies of #30200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30200F

Black with #30200F

Text Example


Text Example

White with #30200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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