Html Css Color HEX #260401 Seal Brown

📋 copy color: '#260401'

red 38 ◦ green 4 ◦ blue 1

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

Shades of Seal Brown #260401

Tints of Seal Brown #260401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2.33%

R = 88.37%
G = 9.3%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#260401 (or 0x260401) is known color: Seal Brown. HEX triplet: 26, 04 and 01. RGB value is (38,4,1). Sum of RGB (Red+Green+Blue) = 38+4+1=43 (5% of max value = 765). Red value is 38 (15.23% from 255 or 88.37% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 38 - color contains mainly: red. Hex color #260401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260401 is #D9FBFE. Grayscale: #0D0D0D. Windows color (decimal): -14285823 or 66598. OLE color: 66598.

HSL color Cylindrical-coordinate representation of color #260401: hue angle of 4.86º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #260401 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 4 1 -
CMYK 0 0.89 0.97 0.85
HSL 4.86º 0.95% 0.08% -
HSV(B) 4.86º 0.97% 0.15% -
XYZ 0.85 0.5 0.08 -
YUV 13.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 38 4 1 0 0.89 0.97 0.85 4.86 0.95 0.08
Hex 26 4 1 0 59 61 55 5 5F 8
Octal 46 4 1 0 131 141 125 5 137 10
Binary 100110 100 1 0 1011001 1100001 1010101 101 1011111 1000

Color Harmonies of #260401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260401

Black with #260401

Text Example


Text Example

White with #260401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260401; }

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

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

background-color css

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

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

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

border-color css

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

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

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