Html Css Color HEX #261515 Seal Brown

📋 copy color: '#261515'

red 38 ◦ green 21 ◦ blue 21

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

Shades of Seal Brown #261515

Tints of Seal Brown #261515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.25%

 BLUE value IS 21 (8.59% from 255) = 26.25%

R = 47.5%
G = 26.25%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.85

RGB Variations

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

Color information

#261515 (or 0x261515) is known color: Seal Brown. HEX triplet: 26, 15 and 15. RGB value is (38,21,21). Sum of RGB (Red+Green+Blue) = 38+21+21=80 (10% of max value = 765). Red value is 38 (15.23% from 255 or 47.5% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 38 - color contains mainly: red. Hex color #261515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261515 is #D9EAEA. Grayscale: #1A1A1A. Windows color (decimal): -14281451 or 1381670. OLE color: 1381670.

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

Color convert

RGB 38 21 21 -
CMYK 0 0.45 0.45 0.85
HSL 0.29% 0.12% -
HSV(B) 0.45% 0.15% -
XYZ 1.2 1 0.84 -
YUV 26.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 38 21 21 0 0.45 0.45 0.85 0 0.29 0.12
Hex 26 15 15 0 2D 2D 55 0 1D C
Octal 46 25 25 0 55 55 125 0 35 14
Binary 100110 10101 10101 0 101101 101101 1010101 0 11101 1100

Color Harmonies of #261515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261515

Black with #261515

Text Example


Text Example

White with #261515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261515; }

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

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

background-color css

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

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

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

border-color css

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

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

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