Html Css Color HEX #B36713 Golden Brown

📋 copy color: '#B36713'

red 179 ◦ green 103 ◦ blue 19

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

Shades of Golden Brown #B36713

Tints of Golden Brown #B36713

RGB

 RED value IS 179 (70.31% from 255) = 59.47%

 GREEN value IS 103 (40.63% from 255) = 34.22%

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 59.47%
G = 34.22%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B36713 (or 0xB36713) is known color: Golden Brown. HEX triplet: B3, 67 and 13. RGB value is (179,103,19). Sum of RGB (Red+Green+Blue) = 179+103+19=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B36713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36713 is #4C98EC. Grayscale: #747474. Windows color (decimal): -5019885 or 1271731. OLE color: 1271731.

HSL color Cylindrical-coordinate representation of color #B36713: hue angle of 31.5º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B36713 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 103 19 -
CMYK 0 0.42 0.89 0.30
HSL 31.5º 0.81% 0.39% -
HSV(B) 31.5º 0.89% 0.7% -
XYZ 23.56 19.33 3.11 -
YUV 116.15 73.18 172.83 -
System Red Green Blue C M Y K H S L
Decimal 179 103 19 0 0.42 0.89 0.30 31.5 0.81 0.39
Hex B3 67 13 0 2A 59 1E 1F 51 27
Octal 263 147 23 0 52 131 36 37 121 47
Binary 10110011 1100111 10011 0 101010 1011001 11110 11111 1010001 100111

Color Harmonies of #B36713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36713

Black with #B36713

Text Example


Text Example

White with #B36713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36713; }

 p { color: rgb(179,103,19); }

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

background-color css

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

 a { background-color: rgb(179,103,19); }

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

border-color css

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

 span { border-color: rgb(179,103,19); }

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