Html Css Color HEX #301809 Brown Pod

📋 copy color: '#301809'

red 48 ◦ green 24 ◦ blue 9

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

Shades of Brown Pod #301809

Tints of Brown Pod #301809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 29.63%

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

R = 59.26%
G = 29.63%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#301809 (or 0x301809) is known color: Brown Pod. HEX triplet: 30, 18 and 09. RGB value is (48,24,9). Sum of RGB (Red+Green+Blue) = 48+24+9=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #301809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301809 is #CFE7F6. Grayscale: #1D1D1D. Windows color (decimal): -13625335 or 596016. OLE color: 596016.

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

Color convert

RGB 48 24 9 -
CMYK 0 0.5 0.81 0.81
HSL 23.08º 0.68% 0.11% -
HSV(B) 23.08º 0.81% 0.19% -
XYZ 1.59 1.3 0.43 -
YUV 29.47 116.45 141.22 -
System Red Green Blue C M Y K H S L
Decimal 48 24 9 0 0.5 0.81 0.81 23.08 0.68 0.11
Hex 30 18 9 0 32 51 51 17 44 B
Octal 60 30 11 0 62 121 121 27 104 13
Binary 110000 11000 1001 0 110010 1010001 1010001 10111 1000100 1011

Color Harmonies of #301809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301809

Black with #301809

Text Example


Text Example

White with #301809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301809; }

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

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

background-color css

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

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

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

border-color css

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

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

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