Html Css Color HEX #301201 Brown Pod

📋 copy color: '#301201'

red 48 ◦ green 18 ◦ blue 1

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

Shades of Brown Pod #301201

Tints of Brown Pod #301201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.49%

R = 71.64%
G = 26.87%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#301201 (or 0x301201) is known color: Brown Pod. HEX triplet: 30, 12 and 01. RGB value is (48,18,1). Sum of RGB (Red+Green+Blue) = 48+18+1=67 (8% of max value = 765). Red value is 48 (19.14% from 255 or 71.64% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 48 - color contains mainly: red. Hex color #301201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301201 is #CFEDFE. Grayscale: #191919. Windows color (decimal): -13626879 or 70192. OLE color: 70192.

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

Color convert

RGB 48 18 1 -
CMYK 0 0.63 0.98 0.81
HSL 21.7º 0.96% 0.1% -
HSV(B) 21.7º 0.98% 0.19% -
XYZ 1.44 1.06 0.16 -
YUV 25.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 48 18 1 0 0.63 0.98 0.81 21.7 0.96 0.1
Hex 30 12 1 0 3F 62 51 16 60 A
Octal 60 22 1 0 77 142 121 26 140 12
Binary 110000 10010 1 0 111111 1100010 1010001 10110 1100000 1010

Color Harmonies of #301201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301201

Black with #301201

Text Example


Text Example

White with #301201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301201; }

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

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

background-color css

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

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

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

border-color css

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

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

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