Html Css Color HEX #260A01 Seal Brown

📋 copy color: '#260A01'

red 38 ◦ green 10 ◦ blue 1

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

Shades of Seal Brown #260A01

Tints of Seal Brown #260A01

RGB

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

 GREEN value IS 10 (4.3% from 255) = 20.41%

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

R = 77.55%
G = 20.41%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#260A01 (or 0x260A01) is known color: Seal Brown. HEX triplet: 26, 0A and 01. RGB value is (38,10,1). Sum of RGB (Red+Green+Blue) = 38+10+1=49 (6% of max value = 765). Red value is 38 (15.23% from 255 or 77.55% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 38 - color contains mainly: red. Hex color #260A01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260A01 is #D9F5FE. Grayscale: #111111. Windows color (decimal): -14284287 or 68134. OLE color: 68134.

HSL color Cylindrical-coordinate representation of color #260A01: hue angle of 14.59º 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 #260A01 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 10 1 -
CMYK 0 0.74 0.97 0.85
HSL 14.59º 0.95% 0.08% -
HSV(B) 14.59º 0.97% 0.15% -
XYZ 0.91 0.63 0.1 -
YUV 17.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 38 10 1 0 0.74 0.97 0.85 14.59 0.95 0.08
Hex 26 A 1 0 4A 61 55 F 5F 8
Octal 46 12 1 0 112 141 125 17 137 10
Binary 100110 1010 1 0 1001010 1100001 1010101 1111 1011111 1000

Color Harmonies of #260A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260A01

Black with #260A01

Text Example


Text Example

White with #260A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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