Html Css Color HEX #C38B4A Tussock

📋 copy color: '#C38B4A'

red 195 ◦ green 139 ◦ blue 74

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

Shades of Tussock #C38B4A

Tints of Tussock #C38B4A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.07%

 BLUE value IS 74 (29.3% from 255) = 18.14%

R = 47.79%
G = 34.07%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C38B4A (or 0xC38B4A) is known color: Tussock. HEX triplet: C3, 8B and 4A. RGB value is (195,139,74). Sum of RGB (Red+Green+Blue) = 195+139+74=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B4A is #3C74B5. Grayscale: #949494. Windows color (decimal): -3962038 or 4885443. OLE color: 4885443.

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

Color convert

RGB 195 139 74 -
CMYK 0 0.29 0.62 0.24
HSL 32.23º 0.5% 0.53% -
HSV(B) 32.23º 0.62% 0.76% -
XYZ 32.97 30.56 10.64 -
YUV 148.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 195 139 74 0 0.29 0.62 0.24 32.23 0.5 0.53
Hex C3 8B 4A 0 1D 3E 18 20 32 35
Octal 303 213 112 0 35 76 30 40 62 65
Binary 11000011 10001011 1001010 0 11101 111110 11000 100000 110010 110101

Color Harmonies of #C38B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B4A

Black with #C38B4A

Text Example


Text Example

White with #C38B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B4A; }

 p { color: rgb(195,139,74); }

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

background-color css

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

 a { background-color: rgb(195,139,74); }

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

border-color css

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

 span { border-color: rgb(195,139,74); }

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