Html Css Color HEX #261412 Seal Brown

📋 copy color: '#261412'

red 38 ◦ green 20 ◦ blue 18

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

Shades of Seal Brown #261412

Tints of Seal Brown #261412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 23.68%

R = 50%
G = 26.32%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.85

RGB Variations

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

Color information

#261412 (or 0x261412) is known color: Seal Brown. HEX triplet: 26, 14 and 12. RGB value is (38,20,18). Sum of RGB (Red+Green+Blue) = 38+20+18=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #261412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261412 is #D9EBED. Grayscale: #191919. Windows color (decimal): -14281710 or 1184806. OLE color: 1184806.

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

Color convert

RGB 38 20 18 -
CMYK 0 0.47 0.53 0.85
HSL 0.36% 0.11% -
HSV(B) 0.53% 0.15% -
XYZ 1.16 0.96 0.7 -
YUV 25.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 38 20 18 0 0.47 0.53 0.85 6 0.36 0.11
Hex 26 14 12 0 2F 35 55 6 24 B
Octal 46 24 22 0 57 65 125 6 44 13
Binary 100110 10100 10010 0 101111 110101 1010101 110 100100 1011

Color Harmonies of #261412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261412

Black with #261412

Text Example


Text Example

White with #261412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261412; }

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

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

background-color css

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

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

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

border-color css

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

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

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