Html Css Color HEX #2D1817 Seal Brown

📋 copy color: '#2D1817'

red 45 ◦ green 24 ◦ blue 23

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

Shades of Seal Brown #2D1817

Tints of Seal Brown #2D1817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 26.09%

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

R = 48.91%
G = 26.09%
B = 25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.82

RGB Variations

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

Color information

#2D1817 (or 0x2D1817) is known color: Seal Brown. HEX triplet: 2D, 18 and 17. RGB value is (45,24,23). Sum of RGB (Red+Green+Blue) = 45+24+23=92 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.91% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1817 is #D2E7E8. Grayscale: #1E1E1E. Windows color (decimal): -13821929 or 1513517. OLE color: 1513517.

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

Color convert

RGB 45 24 23 -
CMYK 0 0.47 0.49 0.82
HSL 2.73º 0.32% 0.13% -
HSV(B) 2.73º 0.49% 0.18% -
XYZ 1.56 1.27 0.97 -
YUV 30.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 45 24 23 0 0.47 0.49 0.82 2.73 0.32 0.13
Hex 2D 18 17 0 2F 31 52 3 20 D
Octal 55 30 27 0 57 61 122 3 40 15
Binary 101101 11000 10111 0 101111 110001 1010010 11 100000 1101

Color Harmonies of #2D1817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1817

Black with #2D1817

Text Example


Text Example

White with #2D1817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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