Html Css Color HEX #C89525 Nugget

📋 copy color: '#C89525'

red 200 ◦ green 149 ◦ blue 37

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

Shades of Nugget #C89525

Tints of Nugget #C89525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.59%

R = 51.81%
G = 38.6%
B = 9.59%

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

#C89525 (or 0xC89525) is known color: Nugget. HEX triplet: C8, 95 and 25. RGB value is (200,149,37). Sum of RGB (Red+Green+Blue) = 200+149+37=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C89525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89525 is #376ADA. Grayscale: #979797. Windows color (decimal): -3631835 or 2463176. OLE color: 2463176.

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

Color convert

RGB 200 149 37 -
CMYK 0 0.26 0.82 0.22
HSL 41.23º 0.69% 0.46% -
HSV(B) 41.23º 0.82% 0.78% -
XYZ 34.9 33.91 6.46 -
YUV 151.48 63.4 162.61 -
System Red Green Blue C M Y K H S L
Decimal 200 149 37 0 0.26 0.82 0.22 41.23 0.69 0.46
Hex C8 95 25 0 1A 52 16 29 45 2E
Octal 310 225 45 0 32 122 26 51 105 56
Binary 11001000 10010101 100101 0 11010 1010010 10110 101001 1000101 101110

Color Harmonies of #C89525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89525

Black with #C89525

Text Example


Text Example

White with #C89525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89525; }

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

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

background-color css

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

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

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

border-color css

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

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

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