Html Css Color HEX #CB864D Raw Sienna

📋 copy color: '#CB864D'

red 203 ◦ green 134 ◦ blue 77

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

Shades of Raw Sienna #CB864D

Tints of Raw Sienna #CB864D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.37%

 BLUE value IS 77 (30.47% from 255) = 18.6%

R = 49.03%
G = 32.37%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB864D (or 0xCB864D) is known color: Raw Sienna. HEX triplet: CB, 86 and 4D. RGB value is (203,134,77). Sum of RGB (Red+Green+Blue) = 203+134+77=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB864D is #3479B2. Grayscale: #949494. Windows color (decimal): -3439027 or 5080779. OLE color: 5080779.

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

Color convert

RGB 203 134 77 -
CMYK 0 0.34 0.62 0.20
HSL 27.14º 0.55% 0.55% -
HSV(B) 27.14º 0.62% 0.8% -
XYZ 34.49 30.28 11.05 -
YUV 148.13 87.86 167.13 -
System Red Green Blue C M Y K H S L
Decimal 203 134 77 0 0.34 0.62 0.20 27.14 0.55 0.55
Hex CB 86 4D 0 22 3E 14 1B 37 37
Octal 313 206 115 0 42 76 24 33 67 67
Binary 11001011 10000110 1001101 0 100010 111110 10100 11011 110111 110111

Color Harmonies of #CB864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB864D

Black with #CB864D

Text Example


Text Example

White with #CB864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB864D; }

 p { color: rgb(203,134,77); }

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

background-color css

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

 a { background-color: rgb(203,134,77); }

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

border-color css

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

 span { border-color: rgb(203,134,77); }

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