Html Css Color HEX #260F00 Seal Brown

📋 copy color: '#260F00'

red 38 ◦ green 15 ◦ blue 0

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

Shades of Seal Brown #260F00

Tints of Seal Brown #260F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.7%
G = 28.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#260F00 (or 0x260F00) is known color: Seal Brown. HEX triplet: 26, 0F and 00. RGB value is (38,15,0). Sum of RGB (Red+Green+Blue) = 38+15+0=53 (7% of max value = 765). Red value is 38 (15.23% from 255 or 71.70% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 38 - color contains mainly: red. Hex color #260F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F00 is #D9F0FF. Grayscale: #141414. Windows color (decimal): -14283008 or 3878. OLE color: 3878.

HSL color Cylindrical-coordinate representation of color #260F00: hue angle of 23.68º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260F00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 15 0 -
CMYK 0 0.61 1 0.85
HSL 23.68º 1% 0.07% -
HSV(B) 23.68º 1% 0.15% -
XYZ 0.97 0.75 0.09 -
YUV 20.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 38 15 0 0 0.61 1 0.85 23.68 1 0.07
Hex 26 F 0 0 3D 64 55 18 64 7
Octal 46 17 0 0 75 144 125 30 144 7
Binary 100110 1111 0 0 111101 1100100 1010101 11000 1100100 111

Color Harmonies of #260F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F00

Black with #260F00

Text Example


Text Example

White with #260F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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