Html Css Color HEX #260F0A Seal Brown

📋 copy color: '#260F0A'

red 38 ◦ green 15 ◦ blue 10

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

Shades of Seal Brown #260F0A

Tints of Seal Brown #260F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 15.87%

R = 60.32%
G = 23.81%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#260F0A (or 0x260F0A) is known color: Seal Brown. HEX triplet: 26, 0F and 0A. RGB value is (38,15,10). Sum of RGB (Red+Green+Blue) = 38+15+10=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 10 (4.30% from 255 or 15.87% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #260F0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F0A is #D9F0F5. Grayscale: #151515. Windows color (decimal): -14282998 or 659238. OLE color: 659238.

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

Color convert

RGB 38 15 10 -
CMYK 0 0.61 0.74 0.85
HSL 10.71º 0.58% 0.09% -
HSV(B) 10.71º 0.74% 0.15% -
XYZ 1.02 0.78 0.38 -
YUV 21.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 38 15 10 0 0.61 0.74 0.85 10.71 0.58 0.09
Hex 26 F A 0 3D 4A 55 B 3A 9
Octal 46 17 12 0 75 112 125 13 72 11
Binary 100110 1111 1010 0 111101 1001010 1010101 1011 111010 1001

Color Harmonies of #260F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F0A

Black with #260F0A

Text Example


Text Example

White with #260F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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