Html Css Color HEX #260F0C Seal Brown

📋 copy color: '#260F0C'

red 38 ◦ green 15 ◦ blue 12

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

Shades of Seal Brown #260F0C

Tints of Seal Brown #260F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 18.46%

R = 58.46%
G = 23.08%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#260F0C (or 0x260F0C) is known color: Seal Brown. HEX triplet: 26, 0F and 0C. RGB value is (38,15,12). Sum of RGB (Red+Green+Blue) = 38+15+12=65 (8% of max value = 765). Red value is 38 (15.23% from 255 or 58.46% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 38 - color contains mainly: red. Hex color #260F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F0C is #D9F0F3. Grayscale: #151515. Windows color (decimal): -14282996 or 790310. OLE color: 790310.

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

Color convert

RGB 38 15 12 -
CMYK 0 0.61 0.68 0.85
HSL 6.92º 0.52% 0.1% -
HSV(B) 6.92º 0.68% 0.15% -
XYZ 1.04 0.78 0.44 -
YUV 21.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 38 15 12 0 0.61 0.68 0.85 6.92 0.52 0.1
Hex 26 F C 0 3D 44 55 7 34 A
Octal 46 17 14 0 75 104 125 7 64 12
Binary 100110 1111 1100 0 111101 1000100 1010101 111 110100 1010

Color Harmonies of #260F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F0C

Black with #260F0C

Text Example


Text Example

White with #260F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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