Html Css Color HEX #26150F Seal Brown

📋 copy color: '#26150F'

red 38 ◦ green 21 ◦ blue 15

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

Shades of Seal Brown #26150F

Tints of Seal Brown #26150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 20.27%

R = 51.35%
G = 28.38%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.85

RGB Variations

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

Color information

#26150F (or 0x26150F) is known color: Seal Brown. HEX triplet: 26, 15 and 0F. RGB value is (38,21,15). Sum of RGB (Red+Green+Blue) = 38+21+15=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #26150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26150F is #D9EAF0. Grayscale: #191919. Windows color (decimal): -14281457 or 988454. OLE color: 988454.

HSL color Cylindrical-coordinate representation of color #26150F: hue angle of 15.65º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #26150F is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 21 15 -
CMYK 0 0.45 0.61 0.85
HSL 15.65º 0.43% 0.1% -
HSV(B) 15.65º 0.61% 0.15% -
XYZ 1.15 0.98 0.58 -
YUV 25.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 38 21 15 0 0.45 0.61 0.85 15.65 0.43 0.1
Hex 26 15 F 0 2D 3D 55 10 2B A
Octal 46 25 17 0 55 75 125 20 53 12
Binary 100110 10101 1111 0 101101 111101 1010101 10000 101011 1010

Color Harmonies of #26150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26150F

Black with #26150F

Text Example


Text Example

White with #26150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26150F; }

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

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

background-color css

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

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

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

border-color css

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

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

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