Html Css Color HEX #2D140F Seal Brown

📋 copy color: '#2D140F'

red 45 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #2D140F

Tints of Seal Brown #2D140F

RGB

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

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

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

R = 56.25%
G = 25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.82

RGB Variations

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

Color information

#2D140F (or 0x2D140F) is known color: Seal Brown. HEX triplet: 2D, 14 and 0F. RGB value is (45,20,15). Sum of RGB (Red+Green+Blue) = 45+20+15=80 (10% of max value = 765). Red value is 45 (17.97% from 255 or 56.25% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 45 - color contains mainly: red. Hex color #2D140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D140F is #D2EBF0. Grayscale: #1A1A1A. Windows color (decimal): -13822961 or 988205. OLE color: 988205.

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

Color convert

RGB 45 20 15 -
CMYK 0 0.56 0.67 0.82
HSL 10º 0.5% 0.12% -
HSV(B) 10º 0.67% 0.18% -
XYZ 1.42 1.09 0.59 -
YUV 26.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 45 20 15 0 0.56 0.67 0.82 10 0.5 0.12
Hex 2D 14 F 0 38 43 52 A 32 C
Octal 55 24 17 0 70 103 122 12 62 14
Binary 101101 10100 1111 0 111000 1000011 1010010 1010 110010 1100

Color Harmonies of #2D140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D140F

Black with #2D140F

Text Example


Text Example

White with #2D140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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