Html Css Color HEX #301812 Seal Brown

📋 copy color: '#301812'

red 48 ◦ green 24 ◦ blue 18

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

Shades of Seal Brown #301812

Tints of Seal Brown #301812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 26.67%

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

R = 53.33%
G = 26.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#301812 (or 0x301812) is known color: Seal Brown. HEX triplet: 30, 18 and 12. RGB value is (48,24,18). Sum of RGB (Red+Green+Blue) = 48+24+18=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301812 is #CFE7ED. Grayscale: #1E1E1E. Windows color (decimal): -13625326 or 1185840. OLE color: 1185840.

HSL color Cylindrical-coordinate representation of color #301812: hue angle of 12º 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 #301812 is Cyan = 0, Magento = 0.5, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 24 18 -
CMYK 0 0.5 0.63 0.81
HSL 12º 0.45% 0.13% -
HSV(B) 12º 0.63% 0.19% -
XYZ 1.65 1.33 0.74 -
YUV 30.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 48 24 18 0 0.5 0.63 0.81 12 0.45 0.13
Hex 30 18 12 0 32 3F 51 C 2D D
Octal 60 30 22 0 62 77 121 14 55 15
Binary 110000 11000 10010 0 110010 111111 1010001 1100 101101 1101

Color Harmonies of #301812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301812

Black with #301812

Text Example


Text Example

White with #301812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301812; }

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

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

background-color css

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

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

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

border-color css

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

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

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