Html Css Color HEX #260D00 Seal Brown

📋 copy color: '#260D00'

red 38 ◦ green 13 ◦ blue 0

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

Shades of Seal Brown #260D00

Tints of Seal Brown #260D00

RGB

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

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

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

R = 74.51%
G = 25.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#260D00 (or 0x260D00) is known color: Seal Brown. HEX triplet: 26, 0D and 00. RGB value is (38,13,0). Sum of RGB (Red+Green+Blue) = 38+13+0=51 (6% of max value = 765). Red value is 38 (15.23% from 255 or 74.51% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 38 - color contains mainly: red. Hex color #260D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D00 is #D9F2FF. Grayscale: #131313. Windows color (decimal): -14283520 or 3366. OLE color: 3366.

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

Color convert

RGB 38 13 0 -
CMYK 0 0.66 1 0.85
HSL 20.53º 1% 0.07% -
HSV(B) 20.53º 1% 0.15% -
XYZ 0.94 0.7 0.09 -
YUV 18.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 38 13 0 0 0.66 1 0.85 20.53 1 0.07
Hex 26 D 0 0 42 64 55 15 64 7
Octal 46 15 0 0 102 144 125 25 144 7
Binary 100110 1101 0 0 1000010 1100100 1010101 10101 1100100 111

Color Harmonies of #260D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260D00

Black with #260D00

Text Example


Text Example

White with #260D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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