Html Css Color HEX #C89424 Nugget

📋 copy color: '#C89424'

red 200 ◦ green 148 ◦ blue 36

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

Shades of Nugget #C89424

Tints of Nugget #C89424

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.54%

 BLUE value IS 36 (14.45% from 255) = 9.38%

R = 52.08%
G = 38.54%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C89424 (or 0xC89424) is known color: Nugget. HEX triplet: C8, 94 and 24. RGB value is (200,148,36). Sum of RGB (Red+Green+Blue) = 200+148+36=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C89424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89424 is #376BDB. Grayscale: #979797. Windows color (decimal): -3632092 or 2397384. OLE color: 2397384.

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

Color convert

RGB 200 148 36 -
CMYK 0 0.26 0.82 0.22
HSL 40.98º 0.69% 0.46% -
HSV(B) 40.98º 0.82% 0.78% -
XYZ 34.73 33.59 6.32 -
YUV 150.78 63.23 163.11 -
System Red Green Blue C M Y K H S L
Decimal 200 148 36 0 0.26 0.82 0.22 40.98 0.69 0.46
Hex C8 94 24 0 1A 52 16 29 45 2E
Octal 310 224 44 0 32 122 26 51 105 56
Binary 11001000 10010100 100100 0 11010 1010010 10110 101001 1000101 101110

Color Harmonies of #C89424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89424

Black with #C89424

Text Example


Text Example

White with #C89424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89424; }

 p { color: rgb(200,148,36); }

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

background-color css

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

 a { background-color: rgb(200,148,36); }

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

border-color css

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

 span { border-color: rgb(200,148,36); }

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