Html Css Color HEX #C89622 Nugget

📋 copy color: '#C89622'

red 200 ◦ green 150 ◦ blue 34

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

Shades of Nugget #C89622

Tints of Nugget #C89622

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.06%

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

R = 52.08%
G = 39.06%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C89622 (or 0xC89622) is known color: Nugget. HEX triplet: C8, 96 and 22. RGB value is (200,150,34). Sum of RGB (Red+Green+Blue) = 200+150+34=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C89622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89622 is #3769DD. Grayscale: #989898. Windows color (decimal): -3631582 or 2266824. OLE color: 2266824.

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

Color convert

RGB 200 150 34 -
CMYK 0 0.25 0.83 0.22
HSL 41.93º 0.71% 0.46% -
HSV(B) 41.93º 0.83% 0.78% -
XYZ 35.01 34.21 6.27 -
YUV 151.73 61.57 162.43 -
System Red Green Blue C M Y K H S L
Decimal 200 150 34 0 0.25 0.83 0.22 41.93 0.71 0.46
Hex C8 96 22 0 19 53 16 2A 47 2E
Octal 310 226 42 0 31 123 26 52 107 56
Binary 11001000 10010110 100010 0 11001 1010011 10110 101010 1000111 101110

Color Harmonies of #C89622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89622

Black with #C89622

Text Example


Text Example

White with #C89622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89622; }

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

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

background-color css

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

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

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

border-color css

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

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

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