Html Css Color HEX #261311 Seal Brown

📋 copy color: '#261311'

red 38 ◦ green 19 ◦ blue 17

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

Shades of Seal Brown #261311

Tints of Seal Brown #261311

RGB

 RED value IS 38 (15.23% from 255) = 51.35%

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

 BLUE value IS 17 (7.03% from 255) = 22.97%

R = 51.35%
G = 25.68%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.85

RGB Variations

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

Color information

#261311 (or 0x261311) is known color: Seal Brown. HEX triplet: 26, 13 and 11. RGB value is (38,19,17). Sum of RGB (Red+Green+Blue) = 38+19+17=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #261311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261311 is #D9ECEE. Grayscale: #181818. Windows color (decimal): -14281967 or 1119014. OLE color: 1119014.

HSL color Cylindrical-coordinate representation of color #261311: hue angle of 5.71º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #261311 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 19 17 -
CMYK 0 0.50 0.55 0.85
HSL 5.71º 0.38% 0.11% -
HSV(B) 5.71º 0.55% 0.15% -
XYZ 1.13 0.92 0.65 -
YUV 24.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 38 19 17 0 0.50 0.55 0.85 5.71 0.38 0.11
Hex 26 13 11 0 32 37 55 6 26 B
Octal 46 23 21 0 62 67 125 6 46 13
Binary 100110 10011 10001 0 110010 110111 1010101 110 100110 1011

Color Harmonies of #261311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261311

Black with #261311

Text Example


Text Example

White with #261311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261311; }

 p { color: rgb(38,19,17); }

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

background-color css

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

 a { background-color: rgb(38,19,17); }

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

border-color css

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

 span { border-color: rgb(38,19,17); }

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