Html Css Color HEX #C38D24 Nugget

📋 copy color: '#C38D24'

red 195 ◦ green 141 ◦ blue 36

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

Shades of Nugget #C38D24

Tints of Nugget #C38D24

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.9%

 BLUE value IS 36 (14.45% from 255) = 9.68%

R = 52.42%
G = 37.9%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C38D24 (or 0xC38D24) is known color: Nugget. HEX triplet: C3, 8D and 24. RGB value is (195,141,36). Sum of RGB (Red+Green+Blue) = 195+141+36=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 36 (14.45% from 255 or 9.68% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D24 is #3C72DB. Grayscale: #919191. Windows color (decimal): -3961564 or 2395587. OLE color: 2395587.

HSL color Cylindrical-coordinate representation of color #C38D24: hue angle of 39.62º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C38D24 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 141 36 -
CMYK 0 0.28 0.82 0.24
HSL 39.62º 0.69% 0.45% -
HSV(B) 39.62º 0.82% 0.76% -
XYZ 32.35 30.78 5.91 -
YUV 145.18 66.39 163.54 -
System Red Green Blue C M Y K H S L
Decimal 195 141 36 0 0.28 0.82 0.24 39.62 0.69 0.45
Hex C3 8D 24 0 1C 52 18 28 45 2D
Octal 303 215 44 0 34 122 30 50 105 55
Binary 11000011 10001101 100100 0 11100 1010010 11000 101000 1000101 101101

Color Harmonies of #C38D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D24

Black with #C38D24

Text Example


Text Example

White with #C38D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D24; }

 p { color: rgb(195,141,36); }

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

background-color css

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

 a { background-color: rgb(195,141,36); }

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

border-color css

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

 span { border-color: rgb(195,141,36); }

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