Html Css Color HEX #C3982B Nugget

📋 copy color: '#C3982B'

red 195 ◦ green 152 ◦ blue 43

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

Shades of Nugget #C3982B

Tints of Nugget #C3982B

RGB

 RED value IS 195 (76.56% from 255) = 50%

 GREEN value IS 152 (59.77% from 255) = 38.97%

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

R = 50%
G = 38.97%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3982B (or 0xC3982B) is known color: Nugget. HEX triplet: C3, 98 and 2B. RGB value is (195,152,43). Sum of RGB (Red+Green+Blue) = 195+152+43=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3982B is #3C67D4. Grayscale: #989898. Windows color (decimal): -3958741 or 2857155. OLE color: 2857155.

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

Color convert

RGB 195 152 43 -
CMYK 0 0.22 0.78 0.24
HSL 43.03º 0.64% 0.47% -
HSV(B) 43.03º 0.78% 0.76% -
XYZ 34.17 34.23 7.09 -
YUV 152.43 66.25 158.36 -
System Red Green Blue C M Y K H S L
Decimal 195 152 43 0 0.22 0.78 0.24 43.03 0.64 0.47
Hex C3 98 2B 0 16 4E 18 2B 40 2F
Octal 303 230 53 0 26 116 30 53 100 57
Binary 11000011 10011000 101011 0 10110 1001110 11000 101011 1000000 101111

Color Harmonies of #C3982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3982B

Black with #C3982B

Text Example


Text Example

White with #C3982B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3982B; }

 p { color: rgb(195,152,43); }

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

background-color css

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

 a { background-color: rgb(195,152,43); }

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

border-color css

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

 span { border-color: rgb(195,152,43); }

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