Html Css Color HEX #260B00 Seal Brown

📋 copy color: '#260B00'

red 38 ◦ green 11 ◦ blue 0

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

Shades of Seal Brown #260B00

Tints of Seal Brown #260B00

RGB

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

 GREEN value IS 11 (4.69% from 255) = 22.45%

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

R = 77.55%
G = 22.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#260B00 (or 0x260B00) is known color: Seal Brown. HEX triplet: 26, 0B and 00. RGB value is (38,11,0). Sum of RGB (Red+Green+Blue) = 38+11+0=49 (6% of max value = 765). Red value is 38 (15.23% from 255 or 77.55% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 38 - color contains mainly: red. Hex color #260B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260B00 is #D9F4FF. Grayscale: #111111. Windows color (decimal): -14284032 or 2854. OLE color: 2854.

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

Color convert

RGB 38 11 0 -
CMYK 0 0.71 1 0.85
HSL 17.37º 1% 0.07% -
HSV(B) 17.37º 1% 0.15% -
XYZ 0.92 0.65 0.08 -
YUV 17.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 38 11 0 0 0.71 1 0.85 17.37 1 0.07
Hex 26 B 0 0 47 64 55 11 64 7
Octal 46 13 0 0 107 144 125 21 144 7
Binary 100110 1011 0 0 1000111 1100100 1010101 10001 1100100 111

Color Harmonies of #260B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260B00

Black with #260B00

Text Example


Text Example

White with #260B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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