Html Css Color HEX #231412 Seal Brown

📋 copy color: '#231412'

red 35 ◦ green 20 ◦ blue 18

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

Shades of Seal Brown #231412

Tints of Seal Brown #231412

RGB

 RED value IS 35 (14.06% from 255) = 47.95%

 GREEN value IS 20 (8.2% from 255) = 27.4%

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

R = 47.95%
G = 27.4%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#231412 (or 0x231412) is known color: Seal Brown. HEX triplet: 23, 14 and 12. RGB value is (35,20,18). Sum of RGB (Red+Green+Blue) = 35+20+18=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #231412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231412 is #DCEBED. Grayscale: #181818. Windows color (decimal): -14478318 or 1184803. OLE color: 1184803.

HSL color Cylindrical-coordinate representation of color #231412: hue angle of 7.06º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #231412 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 20 18 -
CMYK 0 0.43 0.49 0.86
HSL 7.06º 0.32% 0.1% -
HSV(B) 7.06º 0.49% 0.14% -
XYZ 1.05 0.9 0.69 -
YUV 24.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 35 20 18 0 0.43 0.49 0.86 7.06 0.32 0.1
Hex 23 14 12 0 2B 31 56 7 20 A
Octal 43 24 22 0 53 61 126 7 40 12
Binary 100011 10100 10010 0 101011 110001 1010110 111 100000 1010

Color Harmonies of #231412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231412

Black with #231412

Text Example


Text Example

White with #231412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231412; }

 p { color: rgb(35,20,18); }

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

background-color css

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

 a { background-color: rgb(35,20,18); }

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

border-color css

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

 span { border-color: rgb(35,20,18); }

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