Html Css Color HEX #CB8B50 Twine

📋 copy color: '#CB8B50'

red 203 ◦ green 139 ◦ blue 80

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

Shades of Twine #CB8B50

Tints of Twine #CB8B50

RGB

 RED value IS 203 (79.69% from 255) = 48.1%

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

 BLUE value IS 80 (31.64% from 255) = 18.96%

R = 48.1%
G = 32.94%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB8B50 (or 0xCB8B50) is known color: Twine. HEX triplet: CB, 8B and 50. RGB value is (203,139,80). Sum of RGB (Red+Green+Blue) = 203+139+80=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8B50 is #3474AF. Grayscale: #979797. Windows color (decimal): -3437744 or 5278667. OLE color: 5278667.

HSL color Cylindrical-coordinate representation of color #CB8B50: hue angle of 28.78º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB8B50 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 139 80 -
CMYK 0 0.32 0.61 0.20
HSL 28.78º 0.54% 0.55% -
HSV(B) 28.78º 0.61% 0.8% -
XYZ 35.31 31.74 11.86 -
YUV 151.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 203 139 80 0 0.32 0.61 0.20 28.78 0.54 0.55
Hex CB 8B 50 0 20 3D 14 1D 36 37
Octal 313 213 120 0 40 75 24 35 66 67
Binary 11001011 10001011 1010000 0 100000 111101 10100 11101 110110 110111

Color Harmonies of #CB8B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8B50

Black with #CB8B50

Text Example


Text Example

White with #CB8B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8B50; }

 p { color: rgb(203,139,80); }

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

background-color css

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

 a { background-color: rgb(203,139,80); }

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

border-color css

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

 span { border-color: rgb(203,139,80); }

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