#B78A22

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

Shades of Nugget #B78A22

Tints of Nugget #B78A22

Color information

#B78A22 (or 0xB78A22) is unknown color: approx Nugget. HEX triplet: B7, 8A and 22. RGB value is (183,138,34). Sum of RGB (Red+Green+Blue) = 183+138+34=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A22 is #4875DD. Grayscale: #8C8C8C. Windows color (decimal): -4748766 or 2263735. OLE color: 2263735.

HSL color Cylindrical-coordinate representation of color #B78A22: hue angle of 41.88º 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 #B78A22 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB18313834-
CMYK00.250.810.28
HSL41.88º68.66%42.55%-
HSV(B)41.88º81.42%71.76%-
XYZ28.9128.365.46-
YUV139.668.41158.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.55%
GREEN value IS 138 (54.30% from 255) = 38.87%
BLUE value IS 34 (13.67% from 255) = 9.58%
R=51.55%
G=38.87%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831383400.250.810.2841.8868.6642.55
HexB78A22019511C2a452b
Octal26721242031121345210553
Binary10110111100010101000100110011010001111001010101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78A22; }

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

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

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

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

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

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

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

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