Html Css Color HEX #C7932B Nugget

📋 copy color: '#C7932B'

red 199 ◦ green 147 ◦ blue 43

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

Shades of Nugget #C7932B

Tints of Nugget #C7932B

RGB

 RED value IS 199 (78.13% from 255) = 51.16%

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

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

R = 51.16%
G = 37.79%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7932B (or 0xC7932B) is known color: Nugget. HEX triplet: C7, 93 and 2B. RGB value is (199,147,43). Sum of RGB (Red+Green+Blue) = 199+147+43=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7932B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7932B is #386CD4. Grayscale: #979797. Windows color (decimal): -3697877 or 2855879. OLE color: 2855879.

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

Color convert

RGB 199 147 43 -
CMYK 0 0.26 0.78 0.22
HSL 40º 0.64% 0.47% -
HSV(B) 40º 0.78% 0.78% -
XYZ 34.42 33.18 6.88 -
YUV 150.69 67.23 162.46 -
System Red Green Blue C M Y K H S L
Decimal 199 147 43 0 0.26 0.78 0.22 40 0.64 0.47
Hex C7 93 2B 0 1A 4E 16 28 40 2F
Octal 307 223 53 0 32 116 26 50 100 57
Binary 11000111 10010011 101011 0 11010 1001110 10110 101000 1000000 101111

Color Harmonies of #C7932B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7932B

Black with #C7932B

Text Example


Text Example

White with #C7932B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7932B; }

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

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

background-color css

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

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

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

border-color css

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

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

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