Html Css Color HEX #9D631D Golden Brown

📋 copy color: '#9D631D'

red 157 ◦ green 99 ◦ blue 29

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

Shades of Golden Brown #9D631D

Tints of Golden Brown #9D631D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 55.09%
G = 34.74%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9D631D (or 0x9D631D) is known color: Golden Brown. HEX triplet: 9D, 63 and 1D. RGB value is (157,99,29). Sum of RGB (Red+Green+Blue) = 157+99+29=285 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.09% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 157 - color contains mainly: red. Hex color #9D631D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D631D is #629CE2. Grayscale: #6C6C6C. Windows color (decimal): -6462691 or 1926045. OLE color: 1926045.

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

Color convert

RGB 157 99 29 -
CMYK 0 0.37 0.82 0.38
HSL 32.81º 0.69% 0.36% -
HSV(B) 32.81º 0.82% 0.62% -
XYZ 18.59 16.18 3.31 -
YUV 108.36 83.22 162.69 -
System Red Green Blue C M Y K H S L
Decimal 157 99 29 0 0.37 0.82 0.38 32.81 0.69 0.36
Hex 9D 63 1D 0 25 52 26 21 45 24
Octal 235 143 35 0 45 122 46 41 105 44
Binary 10011101 1100011 11101 0 100101 1010010 100110 100001 1000101 100100

Color Harmonies of #9D631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D631D

Black with #9D631D

Text Example


Text Example

White with #9D631D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,99,29); }

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

background-color css

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

 a { background-color: rgb(157,99,29); }

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

border-color css

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

 span { border-color: rgb(157,99,29); }

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