Html Css Color HEX #B36721 Reno Sand

📋 copy color: '#B36721'

red 179 ◦ green 103 ◦ blue 33

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

Shades of Reno Sand #B36721

Tints of Reno Sand #B36721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.48%

R = 56.83%
G = 32.7%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B36721 (or 0xB36721) is known color: Reno Sand. HEX triplet: B3, 67 and 21. RGB value is (179,103,33). Sum of RGB (Red+Green+Blue) = 179+103+33=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B36721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36721 is #4C98DE. Grayscale: #767676. Windows color (decimal): -5019871 or 2189235. OLE color: 2189235.

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

Color convert

RGB 179 103 33 -
CMYK 0 0.42 0.82 0.30
HSL 28.77º 0.69% 0.42% -
HSV(B) 28.77º 0.82% 0.7% -
XYZ 23.72 19.39 3.93 -
YUV 117.74 80.18 171.69 -
System Red Green Blue C M Y K H S L
Decimal 179 103 33 0 0.42 0.82 0.30 28.77 0.69 0.42
Hex B3 67 21 0 2A 52 1E 1D 45 2A
Octal 263 147 41 0 52 122 36 35 105 52
Binary 10110011 1100111 100001 0 101010 1010010 11110 11101 1000101 101010

Color Harmonies of #B36721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36721

Black with #B36721

Text Example


Text Example

White with #B36721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36721; }

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

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

background-color css

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

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

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

border-color css

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

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

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