Html Css Color HEX #2D140E Seal Brown

📋 copy color: '#2D140E'

red 45 ◦ green 20 ◦ blue 14

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

Shades of Seal Brown #2D140E

Tints of Seal Brown #2D140E

RGB

 RED value IS 45 (17.97% from 255) = 56.96%

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

 BLUE value IS 14 (5.86% from 255) = 17.72%

R = 56.96%
G = 25.32%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.82

RGB Variations

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

Color information

#2D140E (or 0x2D140E) is known color: Seal Brown. HEX triplet: 2D, 14 and 0E. RGB value is (45,20,14). Sum of RGB (Red+Green+Blue) = 45+20+14=79 (10% of max value = 765). Red value is 45 (17.97% from 255 or 56.96% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 45 - color contains mainly: red. Hex color #2D140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D140E is #D2EBF1. Grayscale: #1A1A1A. Windows color (decimal): -13822962 or 922669. OLE color: 922669.

HSL color Cylindrical-coordinate representation of color #2D140E: hue angle of 11.61º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D140E is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.82.

Color convert

RGB 45 20 14 -
CMYK 0 0.56 0.69 0.82
HSL 11.61º 0.53% 0.12% -
HSV(B) 11.61º 0.69% 0.18% -
XYZ 1.41 1.09 0.55 -
YUV 26.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 45 20 14 0 0.56 0.69 0.82 11.61 0.53 0.12
Hex 2D 14 E 0 38 45 52 C 35 C
Octal 55 24 16 0 70 105 122 14 65 14
Binary 101101 10100 1110 0 111000 1000101 1010010 1100 110101 1100

Color Harmonies of #2D140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D140E

Black with #2D140E

Text Example


Text Example

White with #2D140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D140E; }

 p { color: rgb(45,20,14); }

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

background-color css

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

 a { background-color: rgb(45,20,14); }

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

border-color css

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

 span { border-color: rgb(45,20,14); }

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