Html Css Color HEX #231714 Seal Brown

📋 copy color: '#231714'

red 35 ◦ green 23 ◦ blue 20

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

Shades of Seal Brown #231714

Tints of Seal Brown #231714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.49%

 BLUE value IS 20 (8.2% from 255) = 25.64%

R = 44.87%
G = 29.49%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.86

RGB Variations

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

Color information

#231714 (or 0x231714) is known color: Seal Brown. HEX triplet: 23, 17 and 14. RGB value is (35,23,20). Sum of RGB (Red+Green+Blue) = 35+23+20=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #231714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231714 is #DCE8EB. Grayscale: #1A1A1A. Windows color (decimal): -14477548 or 1316643. OLE color: 1316643.

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

Color convert

RGB 35 23 20 -
CMYK 0 0.34 0.43 0.86
HSL 12º 0.27% 0.11% -
HSV(B) 12º 0.43% 0.14% -
XYZ 1.13 1.02 0.8 -
YUV 26.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 35 23 20 0 0.34 0.43 0.86 12 0.27 0.11
Hex 23 17 14 0 22 2B 56 C 1B B
Octal 43 27 24 0 42 53 126 14 33 13
Binary 100011 10111 10100 0 100010 101011 1010110 1100 11011 1011

Color Harmonies of #231714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231714

Black with #231714

Text Example


Text Example

White with #231714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231714; }

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

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

background-color css

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

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

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

border-color css

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

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

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