Html Css Color HEX #C89522 Nugget

📋 copy color: '#C89522'

red 200 ◦ green 149 ◦ blue 34

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

Shades of Nugget #C89522

Tints of Nugget #C89522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.88%

R = 52.22%
G = 38.9%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C89522 (or 0xC89522) is known color: Nugget. HEX triplet: C8, 95 and 22. RGB value is (200,149,34). Sum of RGB (Red+Green+Blue) = 200+149+34=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C89522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89522 is #376ADD. Grayscale: #979797. Windows color (decimal): -3631838 or 2266568. OLE color: 2266568.

HSL color Cylindrical-coordinate representation of color #C89522: hue angle of 41.57º degrees, saturation: 0.71, 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 #C89522 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 149 34 -
CMYK 0 0.26 0.83 0.22
HSL 41.57º 0.71% 0.46% -
HSV(B) 41.57º 0.83% 0.78% -
XYZ 34.86 33.89 6.22 -
YUV 151.14 61.9 162.85 -
System Red Green Blue C M Y K H S L
Decimal 200 149 34 0 0.26 0.83 0.22 41.57 0.71 0.46
Hex C8 95 22 0 1A 53 16 2A 47 2E
Octal 310 225 42 0 32 123 26 52 107 56
Binary 11001000 10010101 100010 0 11010 1010011 10110 101010 1000111 101110

Color Harmonies of #C89522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89522

Black with #C89522

Text Example


Text Example

White with #C89522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89522; }

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

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

background-color css

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

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

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

border-color css

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

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

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