Html Css Color HEX #C38922 Nugget

📋 copy color: '#C38922'

red 195 ◦ green 137 ◦ blue 34

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

Shades of Nugget #C38922

Tints of Nugget #C38922

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.43%

 BLUE value IS 34 (13.67% from 255) = 9.29%

R = 53.28%
G = 37.43%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C38922 (or 0xC38922) is known color: Nugget. HEX triplet: C3, 89 and 22. RGB value is (195,137,34). Sum of RGB (Red+Green+Blue) = 195+137+34=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C38922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38922 is #3C76DD. Grayscale: #8F8F8F. Windows color (decimal): -3962590 or 2263491. OLE color: 2263491.

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

Color convert

RGB 195 137 34 -
CMYK 0 0.30 0.83 0.24
HSL 38.39º 0.7% 0.45% -
HSV(B) 38.39º 0.83% 0.76% -
XYZ 31.74 29.61 5.56 -
YUV 142.6 66.72 165.38 -
System Red Green Blue C M Y K H S L
Decimal 195 137 34 0 0.30 0.83 0.24 38.39 0.7 0.45
Hex C3 89 22 0 1E 53 18 26 46 2D
Octal 303 211 42 0 36 123 30 46 106 55
Binary 11000011 10001001 100010 0 11110 1010011 11000 100110 1000110 101101

Color Harmonies of #C38922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38922

Black with #C38922

Text Example


Text Example

White with #C38922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38922; }

 p { color: rgb(195,137,34); }

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

background-color css

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

 a { background-color: rgb(195,137,34); }

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

border-color css

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

 span { border-color: rgb(195,137,34); }

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