Html Css Color HEX #C89B24 Nugget

📋 copy color: '#C89B24'

red 200 ◦ green 155 ◦ blue 36

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

Shades of Nugget #C89B24

Tints of Nugget #C89B24

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.64%

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

R = 51.15%
G = 39.64%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C89B24 (or 0xC89B24) is known color: Nugget. HEX triplet: C8, 9B and 24. RGB value is (200,155,36). Sum of RGB (Red+Green+Blue) = 200+155+36=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89B24 is #3764DB. Grayscale: #9B9B9B. Windows color (decimal): -3630300 or 2399176. OLE color: 2399176.

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

Color convert

RGB 200 155 36 -
CMYK 0 0.22 0.82 0.22
HSL 43.54º 0.69% 0.46% -
HSV(B) 43.54º 0.82% 0.78% -
XYZ 35.86 35.85 6.7 -
YUV 154.89 60.91 160.18 -
System Red Green Blue C M Y K H S L
Decimal 200 155 36 0 0.22 0.82 0.22 43.54 0.69 0.46
Hex C8 9B 24 0 16 52 16 2C 45 2E
Octal 310 233 44 0 26 122 26 54 105 56
Binary 11001000 10011011 100100 0 10110 1010010 10110 101100 1000101 101110

Color Harmonies of #C89B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89B24

Black with #C89B24

Text Example


Text Example

White with #C89B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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