Html Css Color HEX #301502 Brown Pod

📋 copy color: '#301502'

red 48 ◦ green 21 ◦ blue 2

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

Shades of Brown Pod #301502

Tints of Brown Pod #301502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.82%

R = 67.61%
G = 29.58%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#301502 (or 0x301502) is known color: Brown Pod. HEX triplet: 30, 15 and 02. RGB value is (48,21,2). Sum of RGB (Red+Green+Blue) = 48+21+2=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #301502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301502 is #CFEAFD. Grayscale: #1B1B1B. Windows color (decimal): -13626110 or 136496. OLE color: 136496.

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

Color convert

RGB 48 21 2 -
CMYK 0 0.56 0.96 0.81
HSL 24.78º 0.92% 0.1% -
HSV(B) 24.78º 0.96% 0.19% -
XYZ 1.5 1.17 0.2 -
YUV 26.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 48 21 2 0 0.56 0.96 0.81 24.78 0.92 0.1
Hex 30 15 2 0 38 60 51 19 5C A
Octal 60 25 2 0 70 140 121 31 134 12
Binary 110000 10101 10 0 111000 1100000 1010001 11001 1011100 1010

Color Harmonies of #301502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301502

Black with #301502

Text Example


Text Example

White with #301502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301502; }

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

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

background-color css

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

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

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

border-color css

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

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

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