Html Css Color HEX #9D3825 Tia Maria

📋 copy color: '#9D3825'

red 157 ◦ green 56 ◦ blue 37

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

Shades of Tia Maria #9D3825

Tints of Tia Maria #9D3825

RGB

 RED value IS 157 (61.72% from 255) = 62.8%

 GREEN value IS 56 (22.27% from 255) = 22.4%

 BLUE value IS 37 (14.84% from 255) = 14.8%

R = 62.8%
G = 22.4%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9D3825 (or 0x9D3825) is known color: Tia Maria. HEX triplet: 9D, 38 and 25. RGB value is (157,56,37). Sum of RGB (Red+Green+Blue) = 157+56+37=250 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.8% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3825 is #62C7DA. Grayscale: #545454. Windows color (decimal): -6473691 or 2439325. OLE color: 2439325.

HSL color Cylindrical-coordinate representation of color #9D3825: hue angle of 9.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D3825 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 56 37 -
CMYK 0 0.64 0.76 0.38
HSL 9.5º 0.62% 0.38% -
HSV(B) 9.5º 0.76% 0.62% -
XYZ 15.65 10.13 2.88 -
YUV 84.03 101.46 180.04 -
System Red Green Blue C M Y K H S L
Decimal 157 56 37 0 0.64 0.76 0.38 9.5 0.62 0.38
Hex 9D 38 25 0 40 4C 26 A 3E 26
Octal 235 70 45 0 100 114 46 12 76 46
Binary 10011101 111000 100101 0 1000000 1001100 100110 1010 111110 100110

Color Harmonies of #9D3825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3825

Black with #9D3825

Text Example


Text Example

White with #9D3825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D3825; }

 p { color: rgb(157,56,37); }

 H1.HeaderClassName
 {
   color: #9D3825;
 }
 .AnyTagClassName
 {
   color: #9D3825;
 }
</style>

background-color css

<style>
 a { background-color: #9D3825; }

 a { background-color: rgb(157,56,37); }

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

border-color css

<style>
 span { border-color: #9D3825; }

 span { border-color: rgb(157,56,37); }

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