Html Css Color HEX #1B0C09 Seal Brown

📋 copy color: '#1B0C09'

red 27 ◦ green 12 ◦ blue 9

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

Shades of Seal Brown #1B0C09

Tints of Seal Brown #1B0C09

RGB

 RED value IS 27 (10.94% from 255) = 56.25%

 GREEN value IS 12 (5.08% from 255) = 25%

 BLUE value IS 9 (3.91% from 255) = 18.75%

R = 56.25%
G = 25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.89

RGB Variations

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

Color information

#1B0C09 (or 0x1B0C09) is known color: Seal Brown. HEX triplet: 1B, 0C and 09. RGB value is (27,12,9). Sum of RGB (Red+Green+Blue) = 27+12+9=48 (6% of max value = 765). Red value is 27 (10.94% from 255 or 56.25% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0C09 is #E4F3F6. Grayscale: #101010. Windows color (decimal): -15004663 or 592923. OLE color: 592923.

HSL color Cylindrical-coordinate representation of color #1B0C09: hue angle of 10º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B0C09 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 12 9 -
CMYK 0 0.56 0.67 0.89
HSL 10º 0.5% 0.07% -
HSV(B) 10º 0.67% 0.11% -
XYZ 0.63 0.52 0.32 -
YUV 16.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 27 12 9 0 0.56 0.67 0.89 10 0.5 0.07
Hex 1B C 9 0 38 43 59 A 32 7
Octal 33 14 11 0 70 103 131 12 62 7
Binary 11011 1100 1001 0 111000 1000011 1011001 1010 110010 111

Color Harmonies of #1B0C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0C09

Black with #1B0C09

Text Example


Text Example

White with #1B0C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B0C09; }

 p { color: rgb(27,12,9); }

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

background-color css

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

 a { background-color: rgb(27,12,9); }

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

border-color css

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

 span { border-color: rgb(27,12,9); }

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