Html Css Color HEX #260C09 Seal Brown

📋 copy color: '#260C09'

red 38 ◦ green 12 ◦ blue 9

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

Shades of Seal Brown #260C09

Tints of Seal Brown #260C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 20.34%

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

R = 64.41%
G = 20.34%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#260C09 (or 0x260C09) is known color: Seal Brown. HEX triplet: 26, 0C and 09. RGB value is (38,12,9). Sum of RGB (Red+Green+Blue) = 38+12+9=59 (7% of max value = 765). Red value is 38 (15.23% from 255 or 64.41% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 38 - color contains mainly: red. Hex color #260C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260C09 is #D9F3F6. Grayscale: #131313. Windows color (decimal): -14283767 or 592934. OLE color: 592934.

HSL color Cylindrical-coordinate representation of color #260C09: hue angle of 6.21º 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 #260C09 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 12 9 -
CMYK 0 0.68 0.76 0.85
HSL 6.21º 0.62% 0.09% -
HSV(B) 6.21º 0.76% 0.15% -
XYZ 0.98 0.69 0.34 -
YUV 19.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 38 12 9 0 0.68 0.76 0.85 6.21 0.62 0.09
Hex 26 C 9 0 44 4C 55 6 3E 9
Octal 46 14 11 0 104 114 125 6 76 11
Binary 100110 1100 1001 0 1000100 1001100 1010101 110 111110 1001

Color Harmonies of #260C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260C09

Black with #260C09

Text Example


Text Example

White with #260C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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