Html Css Color HEX #B36413 Golden Brown

📋 copy color: '#B36413'

red 179 ◦ green 100 ◦ blue 19

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

Shades of Golden Brown #B36413

Tints of Golden Brown #B36413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.56%

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

R = 60.07%
G = 33.56%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B36413 (or 0xB36413) is known color: Golden Brown. HEX triplet: B3, 64 and 13. RGB value is (179,100,19). Sum of RGB (Red+Green+Blue) = 179+100+19=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B36413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36413 is #4C9BEC. Grayscale: #727272. Windows color (decimal): -5020653 or 1270963. OLE color: 1270963.

HSL color Cylindrical-coordinate representation of color #B36413: hue angle of 30.38º 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 #B36413 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 100 19 -
CMYK 0 0.44 0.89 0.30
HSL 30.38º 0.81% 0.39% -
HSV(B) 30.38º 0.89% 0.7% -
XYZ 23.27 18.75 3.01 -
YUV 114.39 74.17 174.09 -
System Red Green Blue C M Y K H S L
Decimal 179 100 19 0 0.44 0.89 0.30 30.38 0.81 0.39
Hex B3 64 13 0 2C 59 1E 1E 51 27
Octal 263 144 23 0 54 131 36 36 121 47
Binary 10110011 1100100 10011 0 101100 1011001 11110 11110 1010001 100111

Color Harmonies of #B36413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36413

Black with #B36413

Text Example


Text Example

White with #B36413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36413; }

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

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

background-color css

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

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

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

border-color css

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

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

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