Html Css Color HEX #301505 Brown Pod

📋 copy color: '#301505'

red 48 ◦ green 21 ◦ blue 5

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

Shades of Brown Pod #301505

Tints of Brown Pod #301505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.76%

R = 64.86%
G = 28.38%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#301505 (or 0x301505) is known color: Brown Pod. HEX triplet: 30, 15 and 05. RGB value is (48,21,5). Sum of RGB (Red+Green+Blue) = 48+21+5=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #301505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301505 is #CFEAFA. Grayscale: #1B1B1B. Windows color (decimal): -13626107 or 333104. OLE color: 333104.

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

Color convert

RGB 48 21 5 -
CMYK 0 0.56 0.90 0.81
HSL 22.33º 0.81% 0.1% -
HSV(B) 22.33º 0.9% 0.19% -
XYZ 1.51 1.18 0.29 -
YUV 27.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 48 21 5 0 0.56 0.90 0.81 22.33 0.81 0.1
Hex 30 15 5 0 38 5A 51 16 51 A
Octal 60 25 5 0 70 132 121 26 121 12
Binary 110000 10101 101 0 111000 1011010 1010001 10110 1010001 1010

Color Harmonies of #301505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301505

Black with #301505

Text Example


Text Example

White with #301505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301505; }

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

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

background-color css

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

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

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

border-color css

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

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

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