Html Css Color HEX #301508 Brown Pod

📋 copy color: '#301508'

red 48 ◦ green 21 ◦ blue 8

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

Shades of Brown Pod #301508

Tints of Brown Pod #301508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 10.39%

R = 62.34%
G = 27.27%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#301508 (or 0x301508) is known color: Brown Pod. HEX triplet: 30, 15 and 08. RGB value is (48,21,8). Sum of RGB (Red+Green+Blue) = 48+21+8=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #301508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301508 is #CFEAF7. Grayscale: #1B1B1B. Windows color (decimal): -13626104 or 529712. OLE color: 529712.

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

Color convert

RGB 48 21 8 -
CMYK 0 0.56 0.83 0.81
HSL 19.5º 0.71% 0.11% -
HSV(B) 19.5º 0.83% 0.19% -
XYZ 1.53 1.18 0.38 -
YUV 27.59 116.95 142.56 -
System Red Green Blue C M Y K H S L
Decimal 48 21 8 0 0.56 0.83 0.81 19.5 0.71 0.11
Hex 30 15 8 0 38 53 51 14 47 B
Octal 60 25 10 0 70 123 121 24 107 13
Binary 110000 10101 1000 0 111000 1010011 1010001 10100 1000111 1011

Color Harmonies of #301508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301508

Black with #301508

Text Example


Text Example

White with #301508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301508; }

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

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

background-color css

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

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

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

border-color css

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

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

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