Html Css Color HEX #23140F Seal Brown

📋 copy color: '#23140F'

red 35 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #23140F

Tints of Seal Brown #23140F

RGB

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

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

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

R = 50%
G = 28.57%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.86

RGB Variations

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

Color information

#23140F (or 0x23140F) is known color: Seal Brown. HEX triplet: 23, 14 and 0F. RGB value is (35,20,15). Sum of RGB (Red+Green+Blue) = 35+20+15=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #23140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23140F is #DCEBF0. Grayscale: #171717. Windows color (decimal): -14478321 or 988195. OLE color: 988195.

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

Color convert

RGB 35 20 15 -
CMYK 0 0.43 0.57 0.86
HSL 15º 0.4% 0.1% -
HSV(B) 15º 0.57% 0.14% -
XYZ 1.03 0.89 0.57 -
YUV 23.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 35 20 15 0 0.43 0.57 0.86 15 0.4 0.1
Hex 23 14 F 0 2B 39 56 F 28 A
Octal 43 24 17 0 53 71 126 17 50 12
Binary 100011 10100 1111 0 101011 111001 1010110 1111 101000 1010

Color Harmonies of #23140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23140F

Black with #23140F

Text Example


Text Example

White with #23140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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