Html Css Color HEX #C4902D Nugget

📋 copy color: '#C4902D'

red 196 ◦ green 144 ◦ blue 45

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

Shades of Nugget #C4902D

Tints of Nugget #C4902D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.4%

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

R = 50.91%
G = 37.4%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4902D (or 0xC4902D) is known color: Nugget. HEX triplet: C4, 90 and 2D. RGB value is (196,144,45). Sum of RGB (Red+Green+Blue) = 196+144+45=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4902D is #3B6FD2. Grayscale: #949494. Windows color (decimal): -3895251 or 2986180. OLE color: 2986180.

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

Color convert

RGB 196 144 45 -
CMYK 0 0.27 0.77 0.23
HSL 39.34º 0.63% 0.47% -
HSV(B) 39.34º 0.77% 0.77% -
XYZ 33.21 31.87 6.88 -
YUV 148.26 69.73 162.05 -
System Red Green Blue C M Y K H S L
Decimal 196 144 45 0 0.27 0.77 0.23 39.34 0.63 0.47
Hex C4 90 2D 0 1B 4D 17 27 3F 2F
Octal 304 220 55 0 33 115 27 47 77 57
Binary 11000100 10010000 101101 0 11011 1001101 10111 100111 111111 101111

Color Harmonies of #C4902D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4902D

Black with #C4902D

Text Example


Text Example

White with #C4902D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4902D; }

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

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

background-color css

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

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

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

border-color css

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

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

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