Html Css Color HEX #C89523 Nugget

📋 copy color: '#C89523'

red 200 ◦ green 149 ◦ blue 35

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

Shades of Nugget #C89523

Tints of Nugget #C89523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.11%

R = 52.08%
G = 38.8%
B = 9.11%

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

#C89523 (or 0xC89523) is known color: Nugget. HEX triplet: C8, 95 and 23. RGB value is (200,149,35). Sum of RGB (Red+Green+Blue) = 200+149+35=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 35 (14.06% from 255 or 9.11% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C89523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89523 is #376ADC. Grayscale: #979797. Windows color (decimal): -3631837 or 2332104. OLE color: 2332104.

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

Color convert

RGB 200 149 35 -
CMYK 0 0.26 0.82 0.22
HSL 41.45º 0.7% 0.46% -
HSV(B) 41.45º 0.83% 0.78% -
XYZ 34.87 33.9 6.29 -
YUV 151.25 62.4 162.77 -
System Red Green Blue C M Y K H S L
Decimal 200 149 35 0 0.26 0.82 0.22 41.45 0.7 0.46
Hex C8 95 23 0 1A 52 16 29 46 2E
Octal 310 225 43 0 32 122 26 51 106 56
Binary 11001000 10010101 100011 0 11010 1010010 10110 101001 1000110 101110

Color Harmonies of #C89523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89523

Black with #C89523

Text Example


Text Example

White with #C89523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89523; }

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

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

background-color css

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

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

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

border-color css

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

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

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