Html Css Color HEX #231411 Seal Brown

📋 copy color: '#231411'

red 35 ◦ green 20 ◦ blue 17

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

Shades of Seal Brown #231411

Tints of Seal Brown #231411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 23.61%

R = 48.61%
G = 27.78%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.86

RGB Variations

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

Color information

#231411 (or 0x231411) is known color: Seal Brown. HEX triplet: 23, 14 and 11. RGB value is (35,20,17). Sum of RGB (Red+Green+Blue) = 35+20+17=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #231411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231411 is #DCEBEE. Grayscale: #181818. Windows color (decimal): -14478319 or 1119267. OLE color: 1119267.

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

Color convert

RGB 35 20 17 -
CMYK 0 0.43 0.51 0.86
HSL 10º 0.35% 0.1% -
HSV(B) 10º 0.51% 0.14% -
XYZ 1.04 0.9 0.65 -
YUV 24.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 35 20 17 0 0.43 0.51 0.86 10 0.35 0.1
Hex 23 14 11 0 2B 33 56 A 23 A
Octal 43 24 21 0 53 63 126 12 43 12
Binary 100011 10100 10001 0 101011 110011 1010110 1010 100011 1010

Color Harmonies of #231411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231411

Black with #231411

Text Example


Text Example

White with #231411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231411; }

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

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

background-color css

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

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

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

border-color css

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

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

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