Html Css Color HEX #935C02 Golden Brown

📋 copy color: '#935C02'

red 147 ◦ green 92 ◦ blue 2

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

Shades of Golden Brown #935C02

Tints of Golden Brown #935C02

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.17%

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 61%
G = 38.17%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#935C02 (or 0x935C02) is known color: Golden Brown. HEX triplet: 93, 5C and 02. RGB value is (147,92,2). Sum of RGB (Red+Green+Blue) = 147+92+2=241 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.00% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 147 - color contains mainly: red. Hex color #935C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935C02 is #6CA3FD. Grayscale: #626262. Windows color (decimal): -7119870 or 154771. OLE color: 154771.

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

Color convert

RGB 147 92 2 -
CMYK 0 0.37 0.99 0.42
HSL 37.24º 0.97% 0.29% -
HSV(B) 37.24º 0.99% 0.58% -
XYZ 15.87 13.86 1.9 -
YUV 98.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 147 92 2 0 0.37 0.99 0.42 37.24 0.97 0.29
Hex 93 5C 2 0 25 63 2A 25 61 1D
Octal 223 134 2 0 45 143 52 45 141 35
Binary 10010011 1011100 10 0 100101 1100011 101010 100101 1100001 11101

Color Harmonies of #935C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935C02

Black with #935C02

Text Example


Text Example

White with #935C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935C02; }

 p { color: rgb(147,92,2); }

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

background-color css

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

 a { background-color: rgb(147,92,2); }

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

border-color css

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

 span { border-color: rgb(147,92,2); }

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