Html Css Color HEX #26130A Seal Brown

📋 copy color: '#26130A'

red 38 ◦ green 19 ◦ blue 10

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

Shades of Seal Brown #26130A

Tints of Seal Brown #26130A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 14.93%

R = 56.72%
G = 28.36%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#26130A (or 0x26130A) is known color: Seal Brown. HEX triplet: 26, 13 and 0A. RGB value is (38,19,10). Sum of RGB (Red+Green+Blue) = 38+19+10=67 (8% of max value = 765). Red value is 38 (15.23% from 255 or 56.72% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 38 - color contains mainly: red. Hex color #26130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26130A is #D9ECF5. Grayscale: #171717. Windows color (decimal): -14281974 or 660262. OLE color: 660262.

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

Color convert

RGB 38 19 10 -
CMYK 0 0.50 0.74 0.85
HSL 19.29º 0.58% 0.09% -
HSV(B) 19.29º 0.74% 0.15% -
XYZ 1.09 0.9 0.4 -
YUV 23.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 38 19 10 0 0.50 0.74 0.85 19.29 0.58 0.09
Hex 26 13 A 0 32 4A 55 13 3A 9
Octal 46 23 12 0 62 112 125 23 72 11
Binary 100110 10011 1010 0 110010 1001010 1010101 10011 111010 1001

Color Harmonies of #26130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26130A

Black with #26130A

Text Example


Text Example

White with #26130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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