Html Css Color HEX #260500 Seal Brown

📋 copy color: '#260500'

red 38 ◦ green 5 ◦ blue 0

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

Shades of Seal Brown #260500

Tints of Seal Brown #260500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 11.63%

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

R = 88.37%
G = 11.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#260500 (or 0x260500) is known color: Seal Brown. HEX triplet: 26, 05 and 00. RGB value is (38,5,0). Sum of RGB (Red+Green+Blue) = 38+5+0=43 (5% of max value = 765). Red value is 38 (15.23% from 255 or 88.37% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 38 - color contains mainly: red. Hex color #260500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260500 is #D9FAFF. Grayscale: #0E0E0E. Windows color (decimal): -14285568 or 1318. OLE color: 1318.

HSL color Cylindrical-coordinate representation of color #260500: hue angle of 7.89º 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 #260500 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 5 0 -
CMYK 0 0.87 1 0.85
HSL 7.89º 1% 0.07% -
HSV(B) 7.89º 1% 0.15% -
XYZ 0.85 0.52 0.06 -
YUV 14.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 38 5 0 0 0.87 1 0.85 7.89 1 0.07
Hex 26 5 0 0 57 64 55 8 64 7
Octal 46 5 0 0 127 144 125 10 144 7
Binary 100110 101 0 0 1010111 1100100 1010101 1000 1100100 111

Color Harmonies of #260500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260500

Black with #260500

Text Example


Text Example

White with #260500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260500; }

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

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

background-color css

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

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

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

border-color css

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

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

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