Html Css Color HEX #261313 Seal Brown

📋 copy color: '#261313'

red 38 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #261313

Tints of Seal Brown #261313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 25%

R = 50%
G = 25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.85

RGB Variations

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

Color information

#261313 (or 0x261313) is known color: Seal Brown. HEX triplet: 26, 13 and 13. RGB value is (38,19,19). Sum of RGB (Red+Green+Blue) = 38+19+19=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #261313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261313 is #D9ECEC. Grayscale: #181818. Windows color (decimal): -14281965 or 1250086. OLE color: 1250086.

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

Color convert

RGB 38 19 19 -
CMYK 0 0.50 0.50 0.85
HSL 0.33% 0.11% -
HSV(B) 0.5% 0.15% -
XYZ 1.15 0.92 0.73 -
YUV 24.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 38 19 19 0 0.50 0.50 0.85 0 0.33 0.11
Hex 26 13 13 0 32 32 55 0 21 B
Octal 46 23 23 0 62 62 125 0 41 13
Binary 100110 10011 10011 0 110010 110010 1010101 0 100001 1011

Color Harmonies of #261313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261313

Black with #261313

Text Example


Text Example

White with #261313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261313; }

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

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

background-color css

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

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

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

border-color css

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

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

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