Html Css Color HEX #95641B Golden Brown

📋 copy color: '#95641B'

red 149 ◦ green 100 ◦ blue 27

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

Shades of Golden Brown #95641B

Tints of Golden Brown #95641B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.23%

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

R = 53.99%
G = 36.23%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#95641B (or 0x95641B) is known color: Golden Brown. HEX triplet: 95, 64 and 1B. RGB value is (149,100,27). Sum of RGB (Red+Green+Blue) = 149+100+27=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95641B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95641B is #6A9BE4. Grayscale: #6A6A6A. Windows color (decimal): -6986725 or 1795221. OLE color: 1795221.

HSL color Cylindrical-coordinate representation of color #95641B: hue angle of 35.9º 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 #95641B is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 100 27 -
CMYK 0 0.33 0.82 0.42
HSL 35.9º 0.69% 0.35% -
HSV(B) 35.9º 0.82% 0.58% -
XYZ 17.15 15.58 3.14 -
YUV 106.33 83.23 158.44 -
System Red Green Blue C M Y K H S L
Decimal 149 100 27 0 0.33 0.82 0.42 35.9 0.69 0.35
Hex 95 64 1B 0 21 52 2A 24 45 23
Octal 225 144 33 0 41 122 52 44 105 43
Binary 10010101 1100100 11011 0 100001 1010010 101010 100100 1000101 100011

Color Harmonies of #95641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95641B

Black with #95641B

Text Example


Text Example

White with #95641B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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