Html Css Color HEX #301506 Brown Pod

📋 copy color: '#301506'

red 48 ◦ green 21 ◦ blue 6

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

Shades of Brown Pod #301506

Tints of Brown Pod #301506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 8%

R = 64%
G = 28%
B = 8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.81

RGB Variations

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

Color information

#301506 (or 0x301506) is known color: Brown Pod. HEX triplet: 30, 15 and 06. RGB value is (48,21,6). Sum of RGB (Red+Green+Blue) = 48+21+6=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #301506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301506 is #CFEAF9. Grayscale: #1B1B1B. Windows color (decimal): -13626106 or 398640. OLE color: 398640.

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

Color convert

RGB 48 21 6 -
CMYK 0 0.56 0.87 0.81
HSL 21.43º 0.78% 0.11% -
HSV(B) 21.43º 0.88% 0.19% -
XYZ 1.52 1.18 0.32 -
YUV 27.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 48 21 6 0 0.56 0.87 0.81 21.43 0.78 0.11
Hex 30 15 6 0 38 57 51 15 4E B
Octal 60 25 6 0 70 127 121 25 116 13
Binary 110000 10101 110 0 111000 1010111 1010001 10101 1001110 1011

Color Harmonies of #301506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301506

Black with #301506

Text Example


Text Example

White with #301506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301506; }

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

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

background-color css

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

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

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

border-color css

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

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

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