Html Css Color HEX #C38A48 Tussock

📋 copy color: '#C38A48'

red 195 ◦ green 138 ◦ blue 72

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

Shades of Tussock #C38A48

Tints of Tussock #C38A48

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.07%

 BLUE value IS 72 (28.52% from 255) = 17.78%

R = 48.15%
G = 34.07%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C38A48 (or 0xC38A48) is known color: Tussock. HEX triplet: C3, 8A and 48. RGB value is (195,138,72). Sum of RGB (Red+Green+Blue) = 195+138+72=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A48 is #3C75B7. Grayscale: #939393. Windows color (decimal): -3962296 or 4754115. OLE color: 4754115.

HSL color Cylindrical-coordinate representation of color #C38A48: hue angle of 32.2º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C38A48 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 138 72 -
CMYK 0 0.29 0.63 0.24
HSL 32.2º 0.51% 0.52% -
HSV(B) 32.2º 0.63% 0.76% -
XYZ 32.76 30.25 10.24 -
YUV 147.52 85.38 161.87 -
System Red Green Blue C M Y K H S L
Decimal 195 138 72 0 0.29 0.63 0.24 32.2 0.51 0.52
Hex C3 8A 48 0 1D 3F 18 20 33 34
Octal 303 212 110 0 35 77 30 40 63 64
Binary 11000011 10001010 1001000 0 11101 111111 11000 100000 110011 110100

Color Harmonies of #C38A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A48

Black with #C38A48

Text Example


Text Example

White with #C38A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A48; }

 p { color: rgb(195,138,72); }

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

background-color css

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

 a { background-color: rgb(195,138,72); }

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

border-color css

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

 span { border-color: rgb(195,138,72); }

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