Html Css Color HEX #300B06 Seal Brown

📋 copy color: '#300B06'

red 48 ◦ green 11 ◦ blue 6

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

Shades of Seal Brown #300B06

Tints of Seal Brown #300B06

RGB

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

 GREEN value IS 11 (4.69% from 255) = 16.92%

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

R = 73.85%
G = 16.92%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.81

RGB Variations

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

Color information

#300B06 (or 0x300B06) is known color: Seal Brown. HEX triplet: 30, 0B and 06. RGB value is (48,11,6). Sum of RGB (Red+Green+Blue) = 48+11+6=65 (8% of max value = 765). Red value is 48 (19.14% from 255 or 73.85% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 48 - color contains mainly: red. Hex color #300B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B06 is #CFF4F9. Grayscale: #151515. Windows color (decimal): -13628666 or 396080. OLE color: 396080.

HSL color Cylindrical-coordinate representation of color #300B06: hue angle of 7.14º 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 #300B06 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 11 6 -
CMYK 0 0.77 0.87 0.81
HSL 7.14º 0.78% 0.11% -
HSV(B) 7.14º 0.88% 0.19% -
XYZ 1.37 0.88 0.27 -
YUV 21.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 48 11 6 0 0.77 0.87 0.81 7.14 0.78 0.11
Hex 30 B 6 0 4D 57 51 7 4E B
Octal 60 13 6 0 115 127 121 7 116 13
Binary 110000 1011 110 0 1001101 1010111 1010001 111 1001110 1011

Color Harmonies of #300B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B06

Black with #300B06

Text Example


Text Example

White with #300B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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