Html Css Color HEX #301200 Brown Pod

📋 copy color: '#301200'

red 48 ◦ green 18 ◦ blue 0

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

Shades of Brown Pod #301200

Tints of Brown Pod #301200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 27.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.73%
G = 27.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#301200 (or 0x301200) is known color: Brown Pod. HEX triplet: 30, 12 and 00. RGB value is (48,18,0). Sum of RGB (Red+Green+Blue) = 48+18+0=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #301200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301200 is #CFEDFF. Grayscale: #191919. Windows color (decimal): -13626880 or 4656. OLE color: 4656.

HSL color Cylindrical-coordinate representation of color #301200: hue angle of 22.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #301200 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 18 0 -
CMYK 0 0.63 1 0.81
HSL 22.5º 1% 0.09% -
HSV(B) 22.5º 1% 0.19% -
XYZ 1.44 1.06 0.13 -
YUV 24.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 48 18 0 0 0.63 1 0.81 22.5 1 0.09
Hex 30 12 0 0 3F 64 51 16 64 9
Octal 60 22 0 0 77 144 121 26 144 11
Binary 110000 10010 0 0 111111 1100100 1010001 10110 1100100 1001

Color Harmonies of #301200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301200

Black with #301200

Text Example


Text Example

White with #301200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301200; }

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

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

background-color css

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

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

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

border-color css

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

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

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