Html Css Color HEX #261312 Seal Brown

📋 copy color: '#261312'

red 38 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #261312

Tints of Seal Brown #261312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 24%

R = 50.67%
G = 25.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.85

RGB Variations

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

Color information

#261312 (or 0x261312) is known color: Seal Brown. HEX triplet: 26, 13 and 12. RGB value is (38,19,18). Sum of RGB (Red+Green+Blue) = 38+19+18=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #261312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261312 is #D9ECED. Grayscale: #181818. Windows color (decimal): -14281966 or 1184550. OLE color: 1184550.

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

Color convert

RGB 38 19 18 -
CMYK 0 0.50 0.53 0.85
HSL 0.36% 0.11% -
HSV(B) 0.53% 0.15% -
XYZ 1.14 0.92 0.69 -
YUV 24.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 38 19 18 0 0.50 0.53 0.85 3 0.36 0.11
Hex 26 13 12 0 32 35 55 3 24 B
Octal 46 23 22 0 62 65 125 3 44 13
Binary 100110 10011 10010 0 110010 110101 1010101 11 100100 1011

Color Harmonies of #261312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261312

Black with #261312

Text Example


Text Example

White with #261312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261312; }

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

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

background-color css

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

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

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

border-color css

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

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

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