Html Css Color HEX #936002 Golden Brown

📋 copy color: '#936002'

red 147 ◦ green 96 ◦ blue 2

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

Shades of Golden Brown #936002

Tints of Golden Brown #936002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.18%

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

R = 60%
G = 39.18%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#936002 (or 0x936002) is known color: Golden Brown. HEX triplet: 93, 60 and 02. RGB value is (147,96,2). Sum of RGB (Red+Green+Blue) = 147+96+2=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #936002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936002 is #6C9FFD. Grayscale: #646464. Windows color (decimal): -7118846 or 155795. OLE color: 155795.

HSL color Cylindrical-coordinate representation of color #936002: hue angle of 38.9º 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 #936002 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 96 2 -
CMYK 0 0.35 0.99 0.42
HSL 38.9º 0.97% 0.29% -
HSV(B) 38.9º 0.99% 0.58% -
XYZ 16.23 14.57 2.02 -
YUV 100.53 72.4 161.14 -
System Red Green Blue C M Y K H S L
Decimal 147 96 2 0 0.35 0.99 0.42 38.9 0.97 0.29
Hex 93 60 2 0 23 63 2A 27 61 1D
Octal 223 140 2 0 43 143 52 47 141 35
Binary 10010011 1100000 10 0 100011 1100011 101010 100111 1100001 11101

Color Harmonies of #936002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936002

Black with #936002

Text Example


Text Example

White with #936002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936002; }

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

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

background-color css

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

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

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

border-color css

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

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

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