Html Css Color HEX #C89520 Nugget

📋 copy color: '#C89520'

red 200 ◦ green 149 ◦ blue 32

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

Shades of Nugget #C89520

Tints of Nugget #C89520

RGB

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

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

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

R = 52.49%
G = 39.11%
B = 8.4%

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

#C89520 (or 0xC89520) is known color: Nugget. HEX triplet: C8, 95 and 20. RGB value is (200,149,32). Sum of RGB (Red+Green+Blue) = 200+149+32=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C89520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89520 is #376ADF. Grayscale: #979797. Windows color (decimal): -3631840 or 2135496. OLE color: 2135496.

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

Color convert

RGB 200 149 32 -
CMYK 0 0.26 0.84 0.22
HSL 41.79º 0.72% 0.45% -
HSV(B) 41.79º 0.84% 0.78% -
XYZ 34.83 33.88 6.07 -
YUV 150.91 60.9 163.01 -
System Red Green Blue C M Y K H S L
Decimal 200 149 32 0 0.26 0.84 0.22 41.79 0.72 0.45
Hex C8 95 20 0 1A 54 16 2A 48 2D
Octal 310 225 40 0 32 124 26 52 110 55
Binary 11001000 10010101 100000 0 11010 1010100 10110 101010 1001000 101101

Color Harmonies of #C89520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89520

Black with #C89520

Text Example


Text Example

White with #C89520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89520; }

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

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

background-color css

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

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

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

border-color css

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

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

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