Html Css Color HEX #B78820 Nugget

📋 copy color: '#B78820'

red 183 ◦ green 136 ◦ blue 32

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

Shades of Nugget #B78820

Tints of Nugget #B78820

RGB

 RED value IS 183 (71.88% from 255) = 52.14%

 GREEN value IS 136 (53.52% from 255) = 38.75%

 BLUE value IS 32 (12.89% from 255) = 9.12%

R = 52.14%
G = 38.75%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B78820 (or 0xB78820) is known color: Nugget. HEX triplet: B7, 88 and 20. RGB value is (183,136,32). Sum of RGB (Red+Green+Blue) = 183+136+32=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B78820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78820 is #4877DF. Grayscale: #8A8A8A. Windows color (decimal): -4749280 or 2132151. OLE color: 2132151.

HSL color Cylindrical-coordinate representation of color #B78820: hue angle of 41.32º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B78820 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 136 32 -
CMYK 0 0.26 0.83 0.28
HSL 41.32º 0.7% 0.42% -
HSV(B) 41.32º 0.83% 0.72% -
XYZ 28.59 27.78 5.22 -
YUV 138.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 183 136 32 0 0.26 0.83 0.28 41.32 0.7 0.42
Hex B7 88 20 0 1A 53 1C 29 46 2A
Octal 267 210 40 0 32 123 34 51 106 52
Binary 10110111 10001000 100000 0 11010 1010011 11100 101001 1000110 101010

Color Harmonies of #B78820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78820

Black with #B78820

Text Example


Text Example

White with #B78820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78820; }

 p { color: rgb(183,136,32); }

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

background-color css

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

 a { background-color: rgb(183,136,32); }

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

border-color css

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

 span { border-color: rgb(183,136,32); }

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