Html Css Color HEX #1B0D06 Seal Brown

📋 copy color: '#1B0D06'

red 27 ◦ green 13 ◦ blue 6

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

Shades of Seal Brown #1B0D06

Tints of Seal Brown #1B0D06

RGB

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

 GREEN value IS 13 (5.47% from 255) = 28.26%

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

R = 58.7%
G = 28.26%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.89

RGB Variations

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

Color information

#1B0D06 (or 0x1B0D06) is known color: Seal Brown. HEX triplet: 1B, 0D and 06. RGB value is (27,13,6). Sum of RGB (Red+Green+Blue) = 27+13+6=46 (6% of max value = 765). Red value is 27 (10.94% from 255 or 58.70% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0D06 is #E4F2F9. Grayscale: #101010. Windows color (decimal): -15004410 or 396571. OLE color: 396571.

HSL color Cylindrical-coordinate representation of color #1B0D06: hue angle of 20º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B0D06 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 13 6 -
CMYK 0 0.52 0.78 0.89
HSL 20º 0.64% 0.06% -
HSV(B) 20º 0.78% 0.11% -
XYZ 0.63 0.53 0.24 -
YUV 16.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 27 13 6 0 0.52 0.78 0.89 20 0.64 0.06
Hex 1B D 6 0 34 4E 59 14 40 6
Octal 33 15 6 0 64 116 131 24 100 6
Binary 11011 1101 110 0 110100 1001110 1011001 10100 1000000 110

Color Harmonies of #1B0D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0D06

Black with #1B0D06

Text Example


Text Example

White with #1B0D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,13,6); }

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

background-color css

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

 a { background-color: rgb(27,13,6); }

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

border-color css

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

 span { border-color: rgb(27,13,6); }

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