Html Css Color HEX #CA8A52 Twine

📋 copy color: '#CA8A52'

red 202 ◦ green 138 ◦ blue 82

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

Shades of Twine #CA8A52

Tints of Twine #CA8A52

RGB

 RED value IS 202 (79.3% from 255) = 47.87%

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

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

R = 47.87%
G = 32.7%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA8A52 (or 0xCA8A52) is known color: Twine. HEX triplet: CA, 8A and 52. RGB value is (202,138,82). Sum of RGB (Red+Green+Blue) = 202+138+82=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A52 is #3575AD. Grayscale: #979797. Windows color (decimal): -3503534 or 5409482. OLE color: 5409482.

HSL color Cylindrical-coordinate representation of color #CA8A52: hue angle of 28º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA8A52 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 138 82 -
CMYK 0 0.32 0.59 0.21
HSL 28º 0.53% 0.56% -
HSV(B) 28º 0.59% 0.79% -
XYZ 34.97 31.34 12.19 -
YUV 150.75 89.2 164.55 -
System Red Green Blue C M Y K H S L
Decimal 202 138 82 0 0.32 0.59 0.21 28 0.53 0.56
Hex CA 8A 52 0 20 3B 15 1C 35 38
Octal 312 212 122 0 40 73 25 34 65 70
Binary 11001010 10001010 1010010 0 100000 111011 10101 11100 110101 111000

Color Harmonies of #CA8A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8A52

Black with #CA8A52

Text Example


Text Example

White with #CA8A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8A52; }

 p { color: rgb(202,138,82); }

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

background-color css

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

 a { background-color: rgb(202,138,82); }

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

border-color css

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

 span { border-color: rgb(202,138,82); }

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