#B78B22

Color #B78B22 Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #B78B22

Tints of Nugget #B78B22

Color information

#B78B22 (or 0xB78B22) is unknown color: approx Nugget. HEX triplet: B7, 8B and 22. RGB value is (183,139,34). Sum of RGB (Red+Green+Blue) = 183+139+34=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78B22 is #4874DD. Grayscale: #8C8C8C. Windows color (decimal): -4748510 or 2263991. OLE color: 2263991.

HSL color Cylindrical-coordinate representation of color #B78B22: hue angle of 42.28º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B78B22 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB18313934-
CMYK00.240.810.28
HSL42.28º68.66%42.55%-
HSV(B)42.28º81.42%71.76%-
XYZ29.0528.655.51-
YUV140.1968.08158.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.40%
GREEN value IS 139 (54.69% from 255) = 39.04%
BLUE value IS 34 (13.67% from 255) = 9.55%
R=51.40%
G=39.04%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831393400.240.810.2842.2868.6642.55
HexB78B22018511C2a452b
Octal26721342030121345210553
Binary10110111100010111000100110001010001111001010101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78B22; }

 p { color: rgb(183,139,34); }

 H1.HeaderClassName
 {
   color: #B78B22;
 }
 .AnyTagClassName
 {
   color: #B78B22;
 }
</style>
background-color css

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

 a { background-color: rgb(183,139,34); }

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

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

 span { border-color: rgb(183,139,34); }

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