Html Css Color HEX #301509 Brown Pod

📋 copy color: '#301509'

red 48 ◦ green 21 ◦ blue 9

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

Shades of Brown Pod #301509

Tints of Brown Pod #301509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.92%

 BLUE value IS 9 (3.91% from 255) = 11.54%

R = 61.54%
G = 26.92%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#301509 (or 0x301509) is known color: Brown Pod. HEX triplet: 30, 15 and 09. RGB value is (48,21,9). Sum of RGB (Red+Green+Blue) = 48+21+9=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #301509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301509 is #CFEAF6. Grayscale: #1B1B1B. Windows color (decimal): -13626103 or 595248. OLE color: 595248.

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

Color convert

RGB 48 21 9 -
CMYK 0 0.56 0.81 0.81
HSL 18.46º 0.68% 0.11% -
HSV(B) 18.46º 0.81% 0.19% -
XYZ 1.54 1.18 0.41 -
YUV 27.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 48 21 9 0 0.56 0.81 0.81 18.46 0.68 0.11
Hex 30 15 9 0 38 51 51 12 44 B
Octal 60 25 11 0 70 121 121 22 104 13
Binary 110000 10101 1001 0 111000 1010001 1010001 10010 1000100 1011

Color Harmonies of #301509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301509

Black with #301509

Text Example


Text Example

White with #301509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301509; }

 p { color: rgb(48,21,9); }

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

background-color css

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

 a { background-color: rgb(48,21,9); }

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

border-color css

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

 span { border-color: rgb(48,21,9); }

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