Html Css Color HEX #301308 Seal Brown

📋 copy color: '#301308'

red 48 ◦ green 19 ◦ blue 8

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

Shades of Seal Brown #301308

Tints of Seal Brown #301308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.33%

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

R = 64%
G = 25.33%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#301308 (or 0x301308) is known color: Seal Brown. HEX triplet: 30, 13 and 08. RGB value is (48,19,8). Sum of RGB (Red+Green+Blue) = 48+19+8=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 8 (3.52% from 255 or 10.67% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #301308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301308 is #CFECF7. Grayscale: #1A1A1A. Windows color (decimal): -13626616 or 529200. OLE color: 529200.

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

Color convert

RGB 48 19 8 -
CMYK 0 0.60 0.83 0.81
HSL 16.5º 0.71% 0.11% -
HSV(B) 16.5º 0.83% 0.19% -
XYZ 1.5 1.11 0.37 -
YUV 26.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 48 19 8 0 0.60 0.83 0.81 16.5 0.71 0.11
Hex 30 13 8 0 3C 53 51 10 47 B
Octal 60 23 10 0 74 123 121 20 107 13
Binary 110000 10011 1000 0 111100 1010011 1010001 10000 1000111 1011

Color Harmonies of #301308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301308

Black with #301308

Text Example


Text Example

White with #301308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301308; }

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

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

background-color css

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

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

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

border-color css

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

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

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