Html Css Color HEX #2D1717 Seal Brown

📋 copy color: '#2D1717'

red 45 ◦ green 23 ◦ blue 23

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

Shades of Seal Brown #2D1717

Tints of Seal Brown #2D1717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 25.27%

 BLUE value IS 23 (9.38% from 255) = 25.27%

R = 49.45%
G = 25.27%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.82

RGB Variations

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

Color information

#2D1717 (or 0x2D1717) is known color: Seal Brown. HEX triplet: 2D, 17 and 17. RGB value is (45,23,23). Sum of RGB (Red+Green+Blue) = 45+23+23=91 (12% of max value = 765). Red value is 45 (17.97% from 255 or 49.45% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1717 is #D2E8E8. Grayscale: #1D1D1D. Windows color (decimal): -13822185 or 1513261. OLE color: 1513261.

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

Color convert

RGB 45 23 23 -
CMYK 0 0.49 0.49 0.82
HSL 0.32% 0.13% -
HSV(B) 0.49% 0.18% -
XYZ 1.54 1.23 0.97 -
YUV 29.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 45 23 23 0 0.49 0.49 0.82 0 0.32 0.13
Hex 2D 17 17 0 31 31 52 0 20 D
Octal 55 27 27 0 61 61 122 0 40 15
Binary 101101 10111 10111 0 110001 110001 1010010 0 100000 1101

Color Harmonies of #2D1717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1717

Black with #2D1717

Text Example


Text Example

White with #2D1717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,23,23); }

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

background-color css

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

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

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

border-color css

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

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

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