Html Css Color HEX #C38B4B Tussock

📋 copy color: '#C38B4B'

red 195 ◦ green 139 ◦ blue 75

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

Shades of Tussock #C38B4B

Tints of Tussock #C38B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.34%

R = 47.68%
G = 33.99%
B = 18.34%

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

#C38B4B (or 0xC38B4B) is known color: Tussock. HEX triplet: C3, 8B and 4B. RGB value is (195,139,75). Sum of RGB (Red+Green+Blue) = 195+139+75=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B4B is #3C74B4. Grayscale: #949494. Windows color (decimal): -3962037 or 4950979. OLE color: 4950979.

HSL color Cylindrical-coordinate representation of color #C38B4B: hue angle of 32º 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 #C38B4B is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 139 75 -
CMYK 0 0.29 0.62 0.24
HSL 32º 0.5% 0.53% -
HSV(B) 32º 0.62% 0.76% -
XYZ 33.01 30.58 10.82 -
YUV 148.45 86.55 161.2 -
System Red Green Blue C M Y K H S L
Decimal 195 139 75 0 0.29 0.62 0.24 32 0.5 0.53
Hex C3 8B 4B 0 1D 3E 18 20 32 35
Octal 303 213 113 0 35 76 30 40 62 65
Binary 11000011 10001011 1001011 0 11101 111110 11000 100000 110010 110101

Color Harmonies of #C38B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B4B

Black with #C38B4B

Text Example


Text Example

White with #C38B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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