Html Css Color HEX #261512 Seal Brown

📋 copy color: '#261512'

red 38 ◦ green 21 ◦ blue 18

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

Shades of Seal Brown #261512

Tints of Seal Brown #261512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.27%

 BLUE value IS 18 (7.42% from 255) = 23.38%

R = 49.35%
G = 27.27%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.85

RGB Variations

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

Color information

#261512 (or 0x261512) is known color: Seal Brown. HEX triplet: 26, 15 and 12. RGB value is (38,21,18). Sum of RGB (Red+Green+Blue) = 38+21+18=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #261512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261512 is #D9EAED. Grayscale: #191919. Windows color (decimal): -14281454 or 1185062. OLE color: 1185062.

HSL color Cylindrical-coordinate representation of color #261512: hue angle of 9º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #261512 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 21 18 -
CMYK 0 0.45 0.53 0.85
HSL 0.36% 0.11% -
HSV(B) 0.53% 0.15% -
XYZ 1.18 0.99 0.7 -
YUV 25.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 38 21 18 0 0.45 0.53 0.85 9 0.36 0.11
Hex 26 15 12 0 2D 35 55 9 24 B
Octal 46 25 22 0 55 65 125 11 44 13
Binary 100110 10101 10010 0 101101 110101 1010101 1001 100100 1011

Color Harmonies of #261512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261512

Black with #261512

Text Example


Text Example

White with #261512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261512; }

 p { color: rgb(38,21,18); }

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

background-color css

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

 a { background-color: rgb(38,21,18); }

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

border-color css

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

 span { border-color: rgb(38,21,18); }

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