Html Css Color HEX #CB864F Raw Sienna

📋 copy color: '#CB864F'

red 203 ◦ green 134 ◦ blue 79

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

Shades of Raw Sienna #CB864F

Tints of Raw Sienna #CB864F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.99%

R = 48.8%
G = 32.21%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB864F (or 0xCB864F) is known color: Raw Sienna. HEX triplet: CB, 86 and 4F. RGB value is (203,134,79). Sum of RGB (Red+Green+Blue) = 203+134+79=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB864F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB864F is #3479B0. Grayscale: #949494. Windows color (decimal): -3439025 or 5211851. OLE color: 5211851.

HSL color Cylindrical-coordinate representation of color #CB864F: hue angle of 26.61º 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 #CB864F is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 134 79 -
CMYK 0 0.34 0.61 0.20
HSL 26.61º 0.54% 0.55% -
HSV(B) 26.61º 0.61% 0.8% -
XYZ 34.56 30.31 11.43 -
YUV 148.36 88.86 166.97 -
System Red Green Blue C M Y K H S L
Decimal 203 134 79 0 0.34 0.61 0.20 26.61 0.54 0.55
Hex CB 86 4F 0 22 3D 14 1B 36 37
Octal 313 206 117 0 42 75 24 33 66 67
Binary 11001011 10000110 1001111 0 100010 111101 10100 11011 110110 110111

Color Harmonies of #CB864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB864F

Black with #CB864F

Text Example


Text Example

White with #CB864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB864F; }

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

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

background-color css

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

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

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

border-color css

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

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

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