Html Css Color HEX #260F0F Seal Brown

📋 copy color: '#260F0F'

red 38 ◦ green 15 ◦ blue 15

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

Shades of Seal Brown #260F0F

Tints of Seal Brown #260F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 22.06%

R = 55.88%
G = 22.06%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.85

RGB Variations

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

Color information

#260F0F (or 0x260F0F) is known color: Seal Brown. HEX triplet: 26, 0F and 0F. RGB value is (38,15,15). Sum of RGB (Red+Green+Blue) = 38+15+15=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #260F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F0F is #D9F0F0. Grayscale: #151515. Windows color (decimal): -14282993 or 986918. OLE color: 986918.

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

Color convert

RGB 38 15 15 -
CMYK 0 0.61 0.61 0.85
HSL 0.43% 0.1% -
HSV(B) 0.61% 0.15% -
XYZ 1.06 0.79 0.55 -
YUV 21.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 38 15 15 0 0.61 0.61 0.85 0 0.43 0.1
Hex 26 F F 0 3D 3D 55 0 2B A
Octal 46 17 17 0 75 75 125 0 53 12
Binary 100110 1111 1111 0 111101 111101 1010101 0 101011 1010

Color Harmonies of #260F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F0F

Black with #260F0F

Text Example


Text Example

White with #260F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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