Html Css Color HEX #231612 Seal Brown

📋 copy color: '#231612'

red 35 ◦ green 22 ◦ blue 18

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

Shades of Seal Brown #231612

Tints of Seal Brown #231612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 29.33%

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

R = 46.67%
G = 29.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#231612 (or 0x231612) is known color: Seal Brown. HEX triplet: 23, 16 and 12. RGB value is (35,22,18). Sum of RGB (Red+Green+Blue) = 35+22+18=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #231612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231612 is #DCE9ED. Grayscale: #191919. Windows color (decimal): -14477806 or 1185315. OLE color: 1185315.

HSL color Cylindrical-coordinate representation of color #231612: hue angle of 14.12º 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 #231612 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 22 18 -
CMYK 0 0.37 0.49 0.86
HSL 14.12º 0.32% 0.1% -
HSV(B) 14.12º 0.49% 0.14% -
XYZ 1.09 0.97 0.7 -
YUV 25.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 35 22 18 0 0.37 0.49 0.86 14.12 0.32 0.1
Hex 23 16 12 0 25 31 56 E 20 A
Octal 43 26 22 0 45 61 126 16 40 12
Binary 100011 10110 10010 0 100101 110001 1010110 1110 100000 1010

Color Harmonies of #231612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231612

Black with #231612

Text Example


Text Example

White with #231612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231612; }

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

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

background-color css

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

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

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

border-color css

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

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

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