Html Css Color HEX #260F09 Seal Brown

📋 copy color: '#260F09'

red 38 ◦ green 15 ◦ blue 9

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

Shades of Seal Brown #260F09

Tints of Seal Brown #260F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 24.19%

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

R = 61.29%
G = 24.19%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#260F09 (or 0x260F09) is known color: Seal Brown. HEX triplet: 26, 0F and 09. RGB value is (38,15,9). Sum of RGB (Red+Green+Blue) = 38+15+9=62 (8% of max value = 765). Red value is 38 (15.23% from 255 or 61.29% from 62); Green value is 15 (6.25% from 255 or 24.19% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 38 - color contains mainly: red. Hex color #260F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F09 is #D9F0F6. Grayscale: #151515. Windows color (decimal): -14282999 or 593702. OLE color: 593702.

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

Color convert

RGB 38 15 9 -
CMYK 0 0.61 0.76 0.85
HSL 12.41º 0.62% 0.09% -
HSV(B) 12.41º 0.76% 0.15% -
XYZ 1.02 0.77 0.35 -
YUV 21.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 38 15 9 0 0.61 0.76 0.85 12.41 0.62 0.09
Hex 26 F 9 0 3D 4C 55 C 3E 9
Octal 46 17 11 0 75 114 125 14 76 11
Binary 100110 1111 1001 0 111101 1001100 1010101 1100 111110 1001

Color Harmonies of #260F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F09

Black with #260F09

Text Example


Text Example

White with #260F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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