Html Css Color HEX #261713 Seal Brown

📋 copy color: '#261713'

red 38 ◦ green 23 ◦ blue 19

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

Shades of Seal Brown #261713

Tints of Seal Brown #261713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 28.75%

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

R = 47.5%
G = 28.75%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.85

RGB Variations

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

Color information

#261713 (or 0x261713) is known color: Seal Brown. HEX triplet: 26, 17 and 13. RGB value is (38,23,19). Sum of RGB (Red+Green+Blue) = 38+23+19=80 (10% of max value = 765). Red value is 38 (15.23% from 255 or 47.5% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 38 - color contains mainly: red. Hex color #261713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261713 is #D9E8EC. Grayscale: #1B1B1B. Windows color (decimal): -14280941 or 1251110. OLE color: 1251110.

HSL color Cylindrical-coordinate representation of color #261713: hue angle of 12.63º 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 #261713 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 23 19 -
CMYK 0 0.39 0.50 0.85
HSL 12.63º 0.33% 0.11% -
HSV(B) 12.63º 0.5% 0.15% -
XYZ 1.22 1.07 0.76 -
YUV 27.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 38 23 19 0 0.39 0.50 0.85 12.63 0.33 0.11
Hex 26 17 13 0 27 32 55 D 21 B
Octal 46 27 23 0 47 62 125 15 41 13
Binary 100110 10111 10011 0 100111 110010 1010101 1101 100001 1011

Color Harmonies of #261713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261713

Black with #261713

Text Example


Text Example

White with #261713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261713; }

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

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

background-color css

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

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

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

border-color css

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

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

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