Html Css Color HEX #260D01 Seal Brown

📋 copy color: '#260D01'

red 38 ◦ green 13 ◦ blue 1

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

Shades of Seal Brown #260D01

Tints of Seal Brown #260D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 25%

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

R = 73.08%
G = 25%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#260D01 (or 0x260D01) is known color: Seal Brown. HEX triplet: 26, 0D and 01. RGB value is (38,13,1). Sum of RGB (Red+Green+Blue) = 38+13+1=52 (6% of max value = 765). Red value is 38 (15.23% from 255 or 73.08% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 38 - color contains mainly: red. Hex color #260D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D01 is #D9F2FE. Grayscale: #131313. Windows color (decimal): -14283519 or 68902. OLE color: 68902.

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

Color convert

RGB 38 13 1 -
CMYK 0 0.66 0.97 0.85
HSL 19.46º 0.95% 0.08% -
HSV(B) 19.46º 0.97% 0.15% -
XYZ 0.95 0.7 0.11 -
YUV 19.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 38 13 1 0 0.66 0.97 0.85 19.46 0.95 0.08
Hex 26 D 1 0 42 61 55 13 5F 8
Octal 46 15 1 0 102 141 125 23 137 10
Binary 100110 1101 1 0 1000010 1100001 1010101 10011 1011111 1000

Color Harmonies of #260D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260D01

Black with #260D01

Text Example


Text Example

White with #260D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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