Html Css Color HEX #C89521 Nugget

📋 copy color: '#C89521'

red 200 ◦ green 149 ◦ blue 33

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

Shades of Nugget #C89521

Tints of Nugget #C89521

RGB

 RED value IS 200 (78.52% from 255) = 52.36%

 GREEN value IS 149 (58.59% from 255) = 39.01%

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

R = 52.36%
G = 39.01%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C89521 (or 0xC89521) is known color: Nugget. HEX triplet: C8, 95 and 21. RGB value is (200,149,33). Sum of RGB (Red+Green+Blue) = 200+149+33=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C89521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89521 is #376ADE. Grayscale: #979797. Windows color (decimal): -3631839 or 2201032. OLE color: 2201032.

HSL color Cylindrical-coordinate representation of color #C89521: hue angle of 41.68º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C89521 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 149 33 -
CMYK 0 0.26 0.84 0.22
HSL 41.68º 0.72% 0.46% -
HSV(B) 41.68º 0.84% 0.78% -
XYZ 34.84 33.88 6.14 -
YUV 151.03 61.4 162.93 -
System Red Green Blue C M Y K H S L
Decimal 200 149 33 0 0.26 0.84 0.22 41.68 0.72 0.46
Hex C8 95 21 0 1A 54 16 2A 48 2E
Octal 310 225 41 0 32 124 26 52 110 56
Binary 11001000 10010101 100001 0 11010 1010100 10110 101010 1001000 101110

Color Harmonies of #C89521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89521

Black with #C89521

Text Example


Text Example

White with #C89521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89521; }

 p { color: rgb(200,149,33); }

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

background-color css

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

 a { background-color: rgb(200,149,33); }

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

border-color css

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

 span { border-color: rgb(200,149,33); }

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