Html Css Color HEX #260F07 Seal Brown

📋 copy color: '#260F07'

red 38 ◦ green 15 ◦ blue 7

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

Shades of Seal Brown #260F07

Tints of Seal Brown #260F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 11.67%

R = 63.33%
G = 25%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.85

RGB Variations

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

Color information

#260F07 (or 0x260F07) is known color: Seal Brown. HEX triplet: 26, 0F and 07. RGB value is (38,15,7). Sum of RGB (Red+Green+Blue) = 38+15+7=60 (7% of max value = 765). Red value is 38 (15.23% from 255 or 63.33% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 7 (3.12% from 255 or 11.67% from 60); Max value from RGB is 38 - color contains mainly: red. Hex color #260F07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F07 is #D9F0F8. Grayscale: #151515. Windows color (decimal): -14283001 or 462630. OLE color: 462630.

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

Color convert

RGB 38 15 7 -
CMYK 0 0.61 0.82 0.85
HSL 15.48º 0.69% 0.09% -
HSV(B) 15.48º 0.82% 0.15% -
XYZ 1.01 0.77 0.3 -
YUV 20.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 38 15 7 0 0.61 0.82 0.85 15.48 0.69 0.09
Hex 26 F 7 0 3D 52 55 F 45 9
Octal 46 17 7 0 75 122 125 17 105 11
Binary 100110 1111 111 0 111101 1010010 1010101 1111 1000101 1001

Color Harmonies of #260F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F07

Black with #260F07

Text Example


Text Example

White with #260F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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