Html Css Color HEX #261410 Seal Brown

📋 copy color: '#261410'

red 38 ◦ green 20 ◦ blue 16

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

Shades of Seal Brown #261410

Tints of Seal Brown #261410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 21.62%

R = 51.35%
G = 27.03%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.85

RGB Variations

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

Color information

#261410 (or 0x261410) is known color: Seal Brown. HEX triplet: 26, 14 and 10. RGB value is (38,20,16). Sum of RGB (Red+Green+Blue) = 38+20+16=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #261410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261410 is #D9EBEF. Grayscale: #181818. Windows color (decimal): -14281712 or 1053734. OLE color: 1053734.

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

Color convert

RGB 38 20 16 -
CMYK 0 0.47 0.58 0.85
HSL 10.91º 0.41% 0.11% -
HSV(B) 10.91º 0.58% 0.15% -
XYZ 1.14 0.95 0.61 -
YUV 24.93 122.96 137.33 -
System Red Green Blue C M Y K H S L
Decimal 38 20 16 0 0.47 0.58 0.85 10.91 0.41 0.11
Hex 26 14 10 0 2F 3A 55 B 29 B
Octal 46 24 20 0 57 72 125 13 51 13
Binary 100110 10100 10000 0 101111 111010 1010101 1011 101001 1011

Color Harmonies of #261410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261410

Black with #261410

Text Example


Text Example

White with #261410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261410; }

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

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

background-color css

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

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

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

border-color css

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

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

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