Html Css Color HEX #2D150F Seal Brown

📋 copy color: '#2D150F'

red 45 ◦ green 21 ◦ blue 15

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

Shades of Seal Brown #2D150F

Tints of Seal Brown #2D150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.93%

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

R = 55.56%
G = 25.93%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.82

RGB Variations

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

Color information

#2D150F (or 0x2D150F) is known color: Seal Brown. HEX triplet: 2D, 15 and 0F. RGB value is (45,21,15). Sum of RGB (Red+Green+Blue) = 45+21+15=81 (10% of max value = 765). Red value is 45 (17.97% from 255 or 55.56% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 45 - color contains mainly: red. Hex color #2D150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D150F is #D2EAF0. Grayscale: #1B1B1B. Windows color (decimal): -13822705 or 988461. OLE color: 988461.

HSL color Cylindrical-coordinate representation of color #2D150F: hue angle of 12º 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 #2D150F is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.82.

Color convert

RGB 45 21 15 -
CMYK 0 0.53 0.67 0.82
HSL 12º 0.5% 0.12% -
HSV(B) 12º 0.67% 0.18% -
XYZ 1.44 1.13 0.59 -
YUV 27.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 45 21 15 0 0.53 0.67 0.82 12 0.5 0.12
Hex 2D 15 F 0 35 43 52 C 32 C
Octal 55 25 17 0 65 103 122 14 62 14
Binary 101101 10101 1111 0 110101 1000011 1010010 1100 110010 1100

Color Harmonies of #2D150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D150F

Black with #2D150F

Text Example


Text Example

White with #2D150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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