Html Css Color HEX #261413 Seal Brown

📋 copy color: '#261413'

red 38 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #261413

Tints of Seal Brown #261413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.97%

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

R = 49.35%
G = 25.97%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.85

RGB Variations

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

Color information

#261413 (or 0x261413) is known color: Seal Brown. HEX triplet: 26, 14 and 13. RGB value is (38,20,19). Sum of RGB (Red+Green+Blue) = 38+20+19=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #261413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261413 is #D9EBEC. Grayscale: #191919. Windows color (decimal): -14281709 or 1250342. OLE color: 1250342.

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

Color convert

RGB 38 20 19 -
CMYK 0 0.47 0.50 0.85
HSL 3.16º 0.33% 0.11% -
HSV(B) 3.16º 0.5% 0.15% -
XYZ 1.17 0.96 0.74 -
YUV 25.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 38 20 19 0 0.47 0.50 0.85 3.16 0.33 0.11
Hex 26 14 13 0 2F 32 55 3 21 B
Octal 46 24 23 0 57 62 125 3 41 13
Binary 100110 10100 10011 0 101111 110010 1010101 11 100001 1011

Color Harmonies of #261413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261413

Black with #261413

Text Example


Text Example

White with #261413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261413; }

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

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

background-color css

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

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

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

border-color css

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

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

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