Html Css Color HEX #261514 Seal Brown

📋 copy color: '#261514'

red 38 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #261514

Tints of Seal Brown #261514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 25.32%

R = 48.1%
G = 26.58%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.85

RGB Variations

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

Color information

#261514 (or 0x261514) is known color: Seal Brown. HEX triplet: 26, 15 and 14. RGB value is (38,21,20). Sum of RGB (Red+Green+Blue) = 38+21+20=79 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.10% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 38 - color contains mainly: red. Hex color #261514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261514 is #D9EAEB. Grayscale: #191919. Windows color (decimal): -14281452 or 1316134. OLE color: 1316134.

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

Color convert

RGB 38 21 20 -
CMYK 0 0.45 0.47 0.85
HSL 3.33º 0.31% 0.11% -
HSV(B) 3.33º 0.47% 0.15% -
XYZ 1.19 1 0.79 -
YUV 25.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 38 21 20 0 0.45 0.47 0.85 3.33 0.31 0.11
Hex 26 15 14 0 2D 2F 55 3 1F B
Octal 46 25 24 0 55 57 125 3 37 13
Binary 100110 10101 10100 0 101101 101111 1010101 11 11111 1011

Color Harmonies of #261514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261514

Black with #261514

Text Example


Text Example

White with #261514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261514; }

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

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

background-color css

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

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

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

border-color css

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

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

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