Html Css Color HEX #935800 Golden Brown

📋 copy color: '#935800'

red 147 ◦ green 88 ◦ blue 0

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

Shades of Golden Brown #935800

Tints of Golden Brown #935800

RGB

 RED value IS 147 (57.81% from 255) = 62.55%

 GREEN value IS 88 (34.77% from 255) = 37.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.55%
G = 37.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#935800 (or 0x935800) is known color: Golden Brown. HEX triplet: 93, 58 and 00. RGB value is (147,88,0). Sum of RGB (Red+Green+Blue) = 147+88+0=235 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.55% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 147 - color contains mainly: red. Hex color #935800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935800 is #6CA7FF. Grayscale: #606060. Windows color (decimal): -7120896 or 22675. OLE color: 22675.

HSL color Cylindrical-coordinate representation of color #935800: hue angle of 35.92º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #935800 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 88 0 -
CMYK 0 0.40 1 0.42
HSL 35.92º 1% 0.29% -
HSV(B) 35.92º 1% 0.58% -
XYZ 15.52 13.18 1.73 -
YUV 95.61 74.05 164.66 -
System Red Green Blue C M Y K H S L
Decimal 147 88 0 0 0.40 1 0.42 35.92 1 0.29
Hex 93 58 0 0 28 64 2A 24 64 1D
Octal 223 130 0 0 50 144 52 44 144 35
Binary 10010011 1011000 0 0 101000 1100100 101010 100100 1100100 11101

Color Harmonies of #935800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935800

Black with #935800

Text Example


Text Example

White with #935800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935800; }

 p { color: rgb(147,88,0); }

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

background-color css

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

 a { background-color: rgb(147,88,0); }

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

border-color css

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

 span { border-color: rgb(147,88,0); }

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