Html Css Color HEX #1A120F Seal Brown

📋 copy color: '#1A120F'

red 26 ◦ green 18 ◦ blue 15

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

Shades of Seal Brown #1A120F

Tints of Seal Brown #1A120F

RGB

 RED value IS 26 (10.55% from 255) = 44.07%

 GREEN value IS 18 (7.42% from 255) = 30.51%

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

R = 44.07%
G = 30.51%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.90

RGB Variations

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

Color information

#1A120F (or 0x1A120F) is known color: Seal Brown. HEX triplet: 1A, 12 and 0F. RGB value is (26,18,15). Sum of RGB (Red+Green+Blue) = 26+18+15=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 26 - color contains mainly: red. Hex color #1A120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A120F is #E5EDF0. Grayscale: #141414. Windows color (decimal): -15068657 or 987674. OLE color: 987674.

HSL color Cylindrical-coordinate representation of color #1A120F: hue angle of 16.36º degrees, saturation: 0.27, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1A120F is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 18 15 -
CMYK 0 0.31 0.42 0.90
HSL 16.36º 0.27% 0.08% -
HSV(B) 16.36º 0.42% 0.1% -
XYZ 0.73 0.69 0.55 -
YUV 20.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 26 18 15 0 0.31 0.42 0.90 16.36 0.27 0.08
Hex 1A 12 F 0 1F 2A 5A 10 1B 8
Octal 32 22 17 0 37 52 132 20 33 10
Binary 11010 10010 1111 0 11111 101010 1011010 10000 11011 1000

Color Harmonies of #1A120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A120F

Black with #1A120F

Text Example


Text Example

White with #1A120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A120F; }

 p { color: rgb(26,18,15); }

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

background-color css

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

 a { background-color: rgb(26,18,15); }

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

border-color css

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

 span { border-color: rgb(26,18,15); }

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