Html Css Color HEX #C89528 Nugget

📋 copy color: '#C89528'

red 200 ◦ green 149 ◦ blue 40

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

Shades of Nugget #C89528

Tints of Nugget #C89528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.28%

R = 51.41%
G = 38.3%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C89528 (or 0xC89528) is known color: Nugget. HEX triplet: C8, 95 and 28. RGB value is (200,149,40). Sum of RGB (Red+Green+Blue) = 200+149+40=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C89528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89528 is #376AD7. Grayscale: #989898. Windows color (decimal): -3631832 or 2659784. OLE color: 2659784.

HSL color Cylindrical-coordinate representation of color #C89528: hue angle of 40.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C89528 is Cyan = 0, Magento = 0.26, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 149 40 -
CMYK 0 0.26 0.8 0.22
HSL 40.88º 0.67% 0.47% -
HSV(B) 40.88º 0.8% 0.78% -
XYZ 34.95 33.93 6.71 -
YUV 151.82 64.9 162.36 -
System Red Green Blue C M Y K H S L
Decimal 200 149 40 0 0.26 0.8 0.22 40.88 0.67 0.47
Hex C8 95 28 0 1A 50 16 29 43 2F
Octal 310 225 50 0 32 120 26 51 103 57
Binary 11001000 10010101 101000 0 11010 1010000 10110 101001 1000011 101111

Color Harmonies of #C89528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89528

Black with #C89528

Text Example


Text Example

White with #C89528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89528; }

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

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

background-color css

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

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

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

border-color css

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

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

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