Html Css Color HEX #95631B Golden Brown

📋 copy color: '#95631B'

red 149 ◦ green 99 ◦ blue 27

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

Shades of Golden Brown #95631B

Tints of Golden Brown #95631B

RGB

 RED value IS 149 (58.59% from 255) = 54.18%

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

 BLUE value IS 27 (10.94% from 255) = 9.82%

R = 54.18%
G = 36%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#95631B (or 0x95631B) is known color: Golden Brown. HEX triplet: 95, 63 and 1B. RGB value is (149,99,27). Sum of RGB (Red+Green+Blue) = 149+99+27=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95631B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95631B is #6A9CE4. Grayscale: #6A6A6A. Windows color (decimal): -6986981 or 1794965. OLE color: 1794965.

HSL color Cylindrical-coordinate representation of color #95631B: hue angle of 35.41º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95631B is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 99 27 -
CMYK 0 0.34 0.82 0.42
HSL 35.41º 0.69% 0.35% -
HSV(B) 35.41º 0.82% 0.58% -
XYZ 17.05 15.39 3.11 -
YUV 105.74 83.57 158.85 -
System Red Green Blue C M Y K H S L
Decimal 149 99 27 0 0.34 0.82 0.42 35.41 0.69 0.35
Hex 95 63 1B 0 22 52 2A 23 45 23
Octal 225 143 33 0 42 122 52 43 105 43
Binary 10010101 1100011 11011 0 100010 1010010 101010 100011 1000101 100011

Color Harmonies of #95631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95631B

Black with #95631B

Text Example


Text Example

White with #95631B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95631B; }

 p { color: rgb(149,99,27); }

 H1.HeaderClassName
 {
   color: #95631B;
 }
 .AnyTagClassName
 {
   color: #95631B;
 }
</style>

background-color css

<style>
 a { background-color: #95631B; }

 a { background-color: rgb(149,99,27); }

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

border-color css

<style>
 span { border-color: #95631B; }

 span { border-color: rgb(149,99,27); }

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