Html Css Color HEX #301208 Seal Brown

📋 copy color: '#301208'

red 48 ◦ green 18 ◦ blue 8

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

Shades of Seal Brown #301208

Tints of Seal Brown #301208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.32%

 BLUE value IS 8 (3.52% from 255) = 10.81%

R = 64.86%
G = 24.32%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#301208 (or 0x301208) is known color: Seal Brown. HEX triplet: 30, 12 and 08. RGB value is (48,18,8). Sum of RGB (Red+Green+Blue) = 48+18+8=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #301208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301208 is #CFEDF7. Grayscale: #191919. Windows color (decimal): -13626872 or 528944. OLE color: 528944.

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

Color convert

RGB 48 18 8 -
CMYK 0 0.63 0.83 0.81
HSL 15º 0.71% 0.11% -
HSV(B) 15º 0.83% 0.19% -
XYZ 1.48 1.08 0.36 -
YUV 25.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 48 18 8 0 0.63 0.83 0.81 15 0.71 0.11
Hex 30 12 8 0 3F 53 51 F 47 B
Octal 60 22 10 0 77 123 121 17 107 13
Binary 110000 10010 1000 0 111111 1010011 1010001 1111 1000111 1011

Color Harmonies of #301208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301208

Black with #301208

Text Example


Text Example

White with #301208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301208; }

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

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

background-color css

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

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

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

border-color css

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

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

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