Html Css Color HEX #260A09 Seal Brown

📋 copy color: '#260A09'

red 38 ◦ green 10 ◦ blue 9

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

Shades of Seal Brown #260A09

Tints of Seal Brown #260A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 17.54%

 BLUE value IS 9 (3.91% from 255) = 15.79%

R = 66.67%
G = 17.54%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#260A09 (or 0x260A09) is known color: Seal Brown. HEX triplet: 26, 0A and 09. RGB value is (38,10,9). Sum of RGB (Red+Green+Blue) = 38+10+9=57 (7% of max value = 765). Red value is 38 (15.23% from 255 or 66.67% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 38 - color contains mainly: red. Hex color #260A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260A09 is #D9F5F6. Grayscale: #121212. Windows color (decimal): -14284279 or 592422. OLE color: 592422.

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

Color convert

RGB 38 10 9 -
CMYK 0 0.74 0.76 0.85
HSL 2.07º 0.62% 0.09% -
HSV(B) 2.07º 0.76% 0.15% -
XYZ 0.96 0.65 0.33 -
YUV 18.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 38 10 9 0 0.74 0.76 0.85 2.07 0.62 0.09
Hex 26 A 9 0 4A 4C 55 2 3E 9
Octal 46 12 11 0 112 114 125 2 76 11
Binary 100110 1010 1001 0 1001010 1001100 1010101 10 111110 1001

Color Harmonies of #260A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260A09

Black with #260A09

Text Example


Text Example

White with #260A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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