Html Css Color HEX #301C12 Brown Pod

📋 copy color: '#301C12'

red 48 ◦ green 28 ◦ blue 18

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

Shades of Brown Pod #301C12

Tints of Brown Pod #301C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 29.79%

 BLUE value IS 18 (7.42% from 255) = 19.15%

R = 51.06%
G = 29.79%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#301C12 (or 0x301C12) is known color: Brown Pod. HEX triplet: 30, 1C and 12. RGB value is (48,28,18). Sum of RGB (Red+Green+Blue) = 48+28+18=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #301C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C12 is #CFE3ED. Grayscale: #202020. Windows color (decimal): -13624302 or 1186864. OLE color: 1186864.

HSL color Cylindrical-coordinate representation of color #301C12: hue angle of 20º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301C12 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 28 18 -
CMYK 0 0.42 0.63 0.81
HSL 20º 0.45% 0.13% -
HSV(B) 20º 0.63% 0.19% -
XYZ 1.74 1.5 0.77 -
YUV 32.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 48 28 18 0 0.42 0.63 0.81 20 0.45 0.13
Hex 30 1C 12 0 2A 3F 51 14 2D D
Octal 60 34 22 0 52 77 121 24 55 15
Binary 110000 11100 10010 0 101010 111111 1010001 10100 101101 1101

Color Harmonies of #301C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C12

Black with #301C12

Text Example


Text Example

White with #301C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301C12; }

 p { color: rgb(48,28,18); }

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

background-color css

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

 a { background-color: rgb(48,28,18); }

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

border-color css

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

 span { border-color: rgb(48,28,18); }

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