Html Css Color HEX #260400 Seal Brown

📋 copy color: '#260400'

red 38 ◦ green 4 ◦ blue 0

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

Shades of Seal Brown #260400

Tints of Seal Brown #260400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 9.52%

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

R = 90.48%
G = 9.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#260400 (or 0x260400) is known color: Seal Brown. HEX triplet: 26, 04 and 00. RGB value is (38,4,0). Sum of RGB (Red+Green+Blue) = 38+4+0=42 (5% of max value = 765). Red value is 38 (15.23% from 255 or 90.48% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 38 - color contains mainly: red. Hex color #260400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260400 is #D9FBFF. Grayscale: #0D0D0D. Windows color (decimal): -14285824 or 1062. OLE color: 1062.

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

Color convert

RGB 38 4 0 -
CMYK 0 0.89 1 0.85
HSL 6.32º 1% 0.07% -
HSV(B) 6.32º 1% 0.15% -
XYZ 0.84 0.5 0.05 -
YUV 13.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 38 4 0 0 0.89 1 0.85 6.32 1 0.07
Hex 26 4 0 0 59 64 55 6 64 7
Octal 46 4 0 0 131 144 125 6 144 7
Binary 100110 100 0 0 1011001 1100100 1010101 110 1100100 111

Color Harmonies of #260400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260400

Black with #260400

Text Example


Text Example

White with #260400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260400; }

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

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

background-color css

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

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

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

border-color css

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

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

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