Html Css Color HEX #C89322 Nugget

📋 copy color: '#C89322'

red 200 ◦ green 147 ◦ blue 34

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

Shades of Nugget #C89322

Tints of Nugget #C89322

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.58%

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

R = 52.49%
G = 38.58%
B = 8.92%

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

#C89322 (or 0xC89322) is known color: Nugget. HEX triplet: C8, 93 and 22. RGB value is (200,147,34). Sum of RGB (Red+Green+Blue) = 200+147+34=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 34 (13.67% from 255 or 8.92% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C89322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89322 is #376CDD. Grayscale: #969696. Windows color (decimal): -3632350 or 2266056. OLE color: 2266056.

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

Color convert

RGB 200 147 34 -
CMYK 0 0.26 0.83 0.22
HSL 40.84º 0.71% 0.46% -
HSV(B) 40.84º 0.83% 0.78% -
XYZ 34.54 33.26 6.11 -
YUV 149.97 62.56 163.69 -
System Red Green Blue C M Y K H S L
Decimal 200 147 34 0 0.26 0.83 0.22 40.84 0.71 0.46
Hex C8 93 22 0 1A 53 16 29 47 2E
Octal 310 223 42 0 32 123 26 51 107 56
Binary 11001000 10010011 100010 0 11010 1010011 10110 101001 1000111 101110

Color Harmonies of #C89322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89322

Black with #C89322

Text Example


Text Example

White with #C89322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89322; }

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

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

background-color css

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

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

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

border-color css

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

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

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