Html Css Color HEX #C38B52 Twine

📋 copy color: '#C38B52'

red 195 ◦ green 139 ◦ blue 82

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

Shades of Twine #C38B52

Tints of Twine #C38B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.71%

R = 46.88%
G = 33.41%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C38B52 (or 0xC38B52) is known color: Twine. HEX triplet: C3, 8B and 52. RGB value is (195,139,82). Sum of RGB (Red+Green+Blue) = 195+139+82=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B52 is #3C74AD. Grayscale: #959595. Windows color (decimal): -3962030 or 5409731. OLE color: 5409731.

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

Color convert

RGB 195 139 82 -
CMYK 0 0.29 0.58 0.24
HSL 30.27º 0.48% 0.54% -
HSV(B) 30.27º 0.58% 0.76% -
XYZ 33.26 30.68 12.15 -
YUV 149.25 90.05 160.63 -
System Red Green Blue C M Y K H S L
Decimal 195 139 82 0 0.29 0.58 0.24 30.27 0.48 0.54
Hex C3 8B 52 0 1D 3A 18 1E 30 36
Octal 303 213 122 0 35 72 30 36 60 66
Binary 11000011 10001011 1010010 0 11101 111010 11000 11110 110000 110110

Color Harmonies of #C38B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B52

Black with #C38B52

Text Example


Text Example

White with #C38B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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