Html Css Color HEX #C4932D Nugget

📋 copy color: '#C4932D'

red 196 ◦ green 147 ◦ blue 45

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

Shades of Nugget #C4932D

Tints of Nugget #C4932D

RGB

 RED value IS 196 (76.95% from 255) = 50.52%

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

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

R = 50.52%
G = 37.89%
B = 11.6%

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

#C4932D (or 0xC4932D) is known color: Nugget. HEX triplet: C4, 93 and 2D. RGB value is (196,147,45). Sum of RGB (Red+Green+Blue) = 196+147+45=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4932D is #3B6CD2. Grayscale: #969696. Windows color (decimal): -3894483 or 2986948. OLE color: 2986948.

HSL color Cylindrical-coordinate representation of color #C4932D: hue angle of 40.53º 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 #C4932D is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 147 45 -
CMYK 0 0.25 0.77 0.23
HSL 40.53º 0.63% 0.47% -
HSV(B) 40.53º 0.77% 0.77% -
XYZ 33.67 32.79 7.04 -
YUV 150.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 196 147 45 0 0.25 0.77 0.23 40.53 0.63 0.47
Hex C4 93 2D 0 19 4D 17 29 3F 2F
Octal 304 223 55 0 31 115 27 51 77 57
Binary 11000100 10010011 101101 0 11001 1001101 10111 101001 111111 101111

Color Harmonies of #C4932D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4932D

Black with #C4932D

Text Example


Text Example

White with #C4932D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4932D; }

 p { color: rgb(196,147,45); }

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

background-color css

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

 a { background-color: rgb(196,147,45); }

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

border-color css

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

 span { border-color: rgb(196,147,45); }

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