Html Css Color HEX #C38D26 Nugget

📋 copy color: '#C38D26'

red 195 ◦ green 141 ◦ blue 38

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

Shades of Nugget #C38D26

Tints of Nugget #C38D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.16%

R = 52.14%
G = 37.7%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C38D26 (or 0xC38D26) is known color: Nugget. HEX triplet: C3, 8D and 26. RGB value is (195,141,38). Sum of RGB (Red+Green+Blue) = 195+141+38=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D26 is #3C72D9. Grayscale: #919191. Windows color (decimal): -3961562 or 2526659. OLE color: 2526659.

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

Color convert

RGB 195 141 38 -
CMYK 0 0.28 0.81 0.24
HSL 39.36º 0.67% 0.46% -
HSV(B) 39.36º 0.81% 0.76% -
XYZ 32.38 30.79 6.07 -
YUV 145.4 67.39 163.38 -
System Red Green Blue C M Y K H S L
Decimal 195 141 38 0 0.28 0.81 0.24 39.36 0.67 0.46
Hex C3 8D 26 0 1C 51 18 27 43 2E
Octal 303 215 46 0 34 121 30 47 103 56
Binary 11000011 10001101 100110 0 11100 1010001 11000 100111 1000011 101110

Color Harmonies of #C38D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D26

Black with #C38D26

Text Example


Text Example

White with #C38D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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