Html Css Color HEX #301A12 Brown Pod

📋 copy color: '#301A12'

red 48 ◦ green 26 ◦ blue 18

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

Shades of Brown Pod #301A12

Tints of Brown Pod #301A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 28.26%

 BLUE value IS 18 (7.42% from 255) = 19.57%

R = 52.17%
G = 28.26%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#301A12 (or 0x301A12) is known color: Brown Pod. HEX triplet: 30, 1A and 12. RGB value is (48,26,18). Sum of RGB (Red+Green+Blue) = 48+26+18=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #301A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A12 is #CFE5ED. Grayscale: #1F1F1F. Windows color (decimal): -13624814 or 1186352. OLE color: 1186352.

HSL color Cylindrical-coordinate representation of color #301A12: hue angle of 16º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301A12 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 26 18 -
CMYK 0 0.46 0.63 0.81
HSL 16º 0.45% 0.13% -
HSV(B) 16º 0.63% 0.19% -
XYZ 1.7 1.41 0.76 -
YUV 31.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 48 26 18 0 0.46 0.63 0.81 16 0.45 0.13
Hex 30 1A 12 0 2E 3F 51 10 2D D
Octal 60 32 22 0 56 77 121 20 55 15
Binary 110000 11010 10010 0 101110 111111 1010001 10000 101101 1101

Color Harmonies of #301A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A12

Black with #301A12

Text Example


Text Example

White with #301A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301A12; }

 p { color: rgb(48,26,18); }

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

background-color css

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

 a { background-color: rgb(48,26,18); }

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

border-color css

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

 span { border-color: rgb(48,26,18); }

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