Html Css Color HEX #C5942D Nugget

📋 copy color: '#C5942D'

red 197 ◦ green 148 ◦ blue 45

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

Shades of Nugget #C5942D

Tints of Nugget #C5942D

RGB

 RED value IS 197 (77.34% from 255) = 50.51%

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

 BLUE value IS 45 (17.97% from 255) = 11.54%

R = 50.51%
G = 37.95%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5942D (or 0xC5942D) is known color: Nugget. HEX triplet: C5, 94 and 2D. RGB value is (197,148,45). Sum of RGB (Red+Green+Blue) = 197+148+45=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5942D is #3A6BD2. Grayscale: #979797. Windows color (decimal): -3828691 or 2987205. OLE color: 2987205.

HSL color Cylindrical-coordinate representation of color #C5942D: hue angle of 40.66º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5942D is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 148 45 -
CMYK 0 0.25 0.77 0.23
HSL 40.66º 0.63% 0.47% -
HSV(B) 40.66º 0.77% 0.77% -
XYZ 34.09 33.24 7.1 -
YUV 150.91 68.23 160.88 -
System Red Green Blue C M Y K H S L
Decimal 197 148 45 0 0.25 0.77 0.23 40.66 0.63 0.47
Hex C5 94 2D 0 19 4D 17 29 3F 2F
Octal 305 224 55 0 31 115 27 51 77 57
Binary 11000101 10010100 101101 0 11001 1001101 10111 101001 111111 101111

Color Harmonies of #C5942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5942D

Black with #C5942D

Text Example


Text Example

White with #C5942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5942D; }

 p { color: rgb(197,148,45); }

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

background-color css

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

 a { background-color: rgb(197,148,45); }

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

border-color css

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

 span { border-color: rgb(197,148,45); }

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