Html Css Color HEX #9D251E Brown

📋 copy color: '#9D251E'

red 157 ◦ green 37 ◦ blue 30

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

Shades of Brown #9D251E

Tints of Brown #9D251E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.52%

 BLUE value IS 30 (12.11% from 255) = 13.39%

R = 70.09%
G = 16.52%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9D251E (or 0x9D251E) is known color: Brown. HEX triplet: 9D, 25 and 1E. RGB value is (157,37,30). Sum of RGB (Red+Green+Blue) = 157+37+30=224 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.09% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 157 - color contains mainly: red. Hex color #9D251E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D251E is #62DAE1. Grayscale: #484848. Windows color (decimal): -6478562 or 1975709. OLE color: 1975709.

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

Color convert

RGB 157 37 30 -
CMYK 0 0.76 0.81 0.38
HSL 3.31º 0.68% 0.37% -
HSV(B) 3.31º 0.81% 0.62% -
XYZ 14.8 8.58 2.11 -
YUV 72.08 104.26 188.57 -
System Red Green Blue C M Y K H S L
Decimal 157 37 30 0 0.76 0.81 0.38 3.31 0.68 0.37
Hex 9D 25 1E 0 4C 51 26 3 44 25
Octal 235 45 36 0 114 121 46 3 104 45
Binary 10011101 100101 11110 0 1001100 1010001 100110 11 1000100 100101

Color Harmonies of #9D251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D251E

Black with #9D251E

Text Example


Text Example

White with #9D251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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