Html Css Color HEX #26130B Seal Brown

📋 copy color: '#26130B'

red 38 ◦ green 19 ◦ blue 11

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

Shades of Seal Brown #26130B

Tints of Seal Brown #26130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.94%

 BLUE value IS 11 (4.69% from 255) = 16.18%

R = 55.88%
G = 27.94%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.85

RGB Variations

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

Color information

#26130B (or 0x26130B) is known color: Seal Brown. HEX triplet: 26, 13 and 0B. RGB value is (38,19,11). Sum of RGB (Red+Green+Blue) = 38+19+11=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #26130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26130B is #D9ECF4. Grayscale: #171717. Windows color (decimal): -14281973 or 725798. OLE color: 725798.

HSL color Cylindrical-coordinate representation of color #26130B: hue angle of 17.78º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26130B is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 19 11 -
CMYK 0 0.50 0.71 0.85
HSL 17.78º 0.55% 0.1% -
HSV(B) 17.78º 0.71% 0.15% -
XYZ 1.09 0.9 0.43 -
YUV 23.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 38 19 11 0 0.50 0.71 0.85 17.78 0.55 0.1
Hex 26 13 B 0 32 47 55 12 37 A
Octal 46 23 13 0 62 107 125 22 67 12
Binary 100110 10011 1011 0 110010 1000111 1010101 10010 110111 1010

Color Harmonies of #26130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26130B

Black with #26130B

Text Example


Text Example

White with #26130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26130B; }

 p { color: rgb(38,19,11); }

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

background-color css

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

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

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

border-color css

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

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

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