Html Css Color HEX #301407 Brown Pod

📋 copy color: '#301407'

red 48 ◦ green 20 ◦ blue 7

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

Shades of Brown Pod #301407

Tints of Brown Pod #301407

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.67%

 BLUE value IS 7 (3.13% from 255) = 9.33%

R = 64%
G = 26.67%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#301407 (or 0x301407) is known color: Brown Pod. HEX triplet: 30, 14 and 07. RGB value is (48,20,7). Sum of RGB (Red+Green+Blue) = 48+20+7=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 7 (3.12% from 255 or 9.33% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #301407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301407 is #CFEBF8. Grayscale: #1A1A1A. Windows color (decimal): -13626361 or 463920. OLE color: 463920.

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

Color convert

RGB 48 20 7 -
CMYK 0 0.58 0.85 0.81
HSL 19.02º 0.75% 0.11% -
HSV(B) 19.02º 0.85% 0.19% -
XYZ 1.51 1.14 0.34 -
YUV 26.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 48 20 7 0 0.58 0.85 0.81 19.02 0.75 0.11
Hex 30 14 7 0 3A 55 51 13 4B B
Octal 60 24 7 0 72 125 121 23 113 13
Binary 110000 10100 111 0 111010 1010101 1010001 10011 1001011 1011

Color Harmonies of #301407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301407

Black with #301407

Text Example


Text Example

White with #301407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301407; }

 p { color: rgb(48,20,7); }

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

background-color css

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

 a { background-color: rgb(48,20,7); }

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

border-color css

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

 span { border-color: rgb(48,20,7); }

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