Html Css Color HEX #935F0D Golden Brown

📋 copy color: '#935F0D'

red 147 ◦ green 95 ◦ blue 13

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

Shades of Golden Brown #935F0D

Tints of Golden Brown #935F0D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.25%

 BLUE value IS 13 (5.47% from 255) = 5.1%

R = 57.65%
G = 37.25%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#935F0D (or 0x935F0D) is known color: Golden Brown. HEX triplet: 93, 5F and 0D. RGB value is (147,95,13). Sum of RGB (Red+Green+Blue) = 147+95+13=255 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.65% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 147 - color contains mainly: red. Hex color #935F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935F0D is #6CA0F2. Grayscale: #656565. Windows color (decimal): -7119091 or 876435. OLE color: 876435.

HSL color Cylindrical-coordinate representation of color #935F0D: hue angle of 36.72º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #935F0D is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 95 13 -
CMYK 0 0.35 0.91 0.42
HSL 36.72º 0.84% 0.31% -
HSV(B) 36.72º 0.91% 0.58% -
XYZ 16.2 14.42 2.31 -
YUV 101.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 147 95 13 0 0.35 0.91 0.42 36.72 0.84 0.31
Hex 93 5F D 0 23 5B 2A 25 54 1F
Octal 223 137 15 0 43 133 52 45 124 37
Binary 10010011 1011111 1101 0 100011 1011011 101010 100101 1010100 11111

Color Harmonies of #935F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935F0D

Black with #935F0D

Text Example


Text Example

White with #935F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,95,13); }

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

background-color css

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

 a { background-color: rgb(147,95,13); }

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

border-color css

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

 span { border-color: rgb(147,95,13); }

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