Html Css Color HEX #261919 Seal Brown

📋 copy color: '#261919'

red 38 ◦ green 25 ◦ blue 25

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

Shades of Seal Brown #261919

Tints of Seal Brown #261919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 28.41%

 BLUE value IS 25 (10.16% from 255) = 28.41%

R = 43.18%
G = 28.41%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.85

RGB Variations

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

Color information

#261919 (or 0x261919) is known color: Seal Brown. HEX triplet: 26, 19 and 19. RGB value is (38,25,25). Sum of RGB (Red+Green+Blue) = 38+25+25=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 38 - color contains mainly: red. Hex color #261919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261919 is #D9E6E6. Grayscale: #1C1C1C. Windows color (decimal): -14280423 or 1644838. OLE color: 1644838.

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

Color convert

RGB 38 25 25 -
CMYK 0 0.34 0.34 0.85
HSL 0.21% 0.12% -
HSV(B) 0.34% 0.15% -
XYZ 1.32 1.18 1.08 -
YUV 28.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 38 25 25 0 0.34 0.34 0.85 0 0.21 0.12
Hex 26 19 19 0 22 22 55 0 15 C
Octal 46 31 31 0 42 42 125 0 25 14
Binary 100110 11001 11001 0 100010 100010 1010101 0 10101 1100

Color Harmonies of #261919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261919

Black with #261919

Text Example


Text Example

White with #261919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261919; }

 p { color: rgb(38,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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