Html Css Color HEX #261918 Seal Brown

📋 copy color: '#261918'

red 38 ◦ green 25 ◦ blue 24

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

Shades of Seal Brown #261918

Tints of Seal Brown #261918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 28.74%

 BLUE value IS 24 (9.77% from 255) = 27.59%

R = 43.68%
G = 28.74%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.85

RGB Variations

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

Color information

#261918 (or 0x261918) is known color: Seal Brown. HEX triplet: 26, 19 and 18. RGB value is (38,25,24). Sum of RGB (Red+Green+Blue) = 38+25+24=87 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.68% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 38 - color contains mainly: red. Hex color #261918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261918 is #D9E6E7. Grayscale: #1C1C1C. Windows color (decimal): -14280424 or 1579302. OLE color: 1579302.

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

Color convert

RGB 38 25 24 -
CMYK 0 0.34 0.37 0.85
HSL 4.29º 0.23% 0.12% -
HSV(B) 4.29º 0.37% 0.15% -
XYZ 1.31 1.17 1.02 -
YUV 28.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 38 25 24 0 0.34 0.37 0.85 4.29 0.23 0.12
Hex 26 19 18 0 22 25 55 4 17 C
Octal 46 31 30 0 42 45 125 4 27 14
Binary 100110 11001 11000 0 100010 100101 1010101 100 10111 1100

Color Harmonies of #261918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261918

Black with #261918

Text Example


Text Example

White with #261918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261918; }

 p { color: rgb(38,25,24); }

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

background-color css

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

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

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

border-color css

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

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

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