Html Css Color HEX #C5932B Nugget

📋 copy color: '#C5932B'

red 197 ◦ green 147 ◦ blue 43

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

Shades of Nugget #C5932B

Tints of Nugget #C5932B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.98%

 BLUE value IS 43 (17.19% from 255) = 11.11%

R = 50.9%
G = 37.98%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5932B (or 0xC5932B) is known color: Nugget. HEX triplet: C5, 93 and 2B. RGB value is (197,147,43). Sum of RGB (Red+Green+Blue) = 197+147+43=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5932B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5932B is #3A6CD4. Grayscale: #969696. Windows color (decimal): -3828949 or 2855877. OLE color: 2855877.

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

Color convert

RGB 197 147 43 -
CMYK 0 0.25 0.78 0.23
HSL 40.52º 0.64% 0.47% -
HSV(B) 40.52º 0.78% 0.77% -
XYZ 33.9 32.91 6.85 -
YUV 150.09 67.57 161.46 -
System Red Green Blue C M Y K H S L
Decimal 197 147 43 0 0.25 0.78 0.23 40.52 0.64 0.47
Hex C5 93 2B 0 19 4E 17 29 40 2F
Octal 305 223 53 0 31 116 27 51 100 57
Binary 11000101 10010011 101011 0 11001 1001110 10111 101001 1000000 101111

Color Harmonies of #C5932B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5932B

Black with #C5932B

Text Example


Text Example

White with #C5932B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5932B; }

 p { color: rgb(197,147,43); }

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

background-color css

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

 a { background-color: rgb(197,147,43); }

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

border-color css

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

 span { border-color: rgb(197,147,43); }

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