Html Css Color HEX #301609 Brown Pod

📋 copy color: '#301609'

red 48 ◦ green 22 ◦ blue 9

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

Shades of Brown Pod #301609

Tints of Brown Pod #301609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 27.85%

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

R = 60.76%
G = 27.85%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#301609 (or 0x301609) is known color: Brown Pod. HEX triplet: 30, 16 and 09. RGB value is (48,22,9). Sum of RGB (Red+Green+Blue) = 48+22+9=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #301609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301609 is #CFE9F6. Grayscale: #1C1C1C. Windows color (decimal): -13625847 or 595504. OLE color: 595504.

HSL color Cylindrical-coordinate representation of color #301609: hue angle of 20º 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 #301609 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 22 9 -
CMYK 0 0.54 0.81 0.81
HSL 20º 0.68% 0.11% -
HSV(B) 20º 0.81% 0.19% -
XYZ 1.56 1.22 0.41 -
YUV 28.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 48 22 9 0 0.54 0.81 0.81 20 0.68 0.11
Hex 30 16 9 0 36 51 51 14 44 B
Octal 60 26 11 0 66 121 121 24 104 13
Binary 110000 10110 1001 0 110110 1010001 1010001 10100 1000100 1011

Color Harmonies of #301609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301609

Black with #301609

Text Example


Text Example

White with #301609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301609; }

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

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

background-color css

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

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

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

border-color css

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

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

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