Html Css Color HEX #CF834A Raw Sienna

📋 copy color: '#CF834A'

red 207 ◦ green 131 ◦ blue 74

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

Shades of Raw Sienna #CF834A

Tints of Raw Sienna #CF834A

RGB

 RED value IS 207 (81.25% from 255) = 50.24%

 GREEN value IS 131 (51.56% from 255) = 31.8%

 BLUE value IS 74 (29.3% from 255) = 17.96%

R = 50.24%
G = 31.8%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF834A (or 0xCF834A) is known color: Raw Sienna. HEX triplet: CF, 83 and 4A. RGB value is (207,131,74). Sum of RGB (Red+Green+Blue) = 207+131+74=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF834A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF834A is #307CB5. Grayscale: #939393. Windows color (decimal): -3177654 or 4883407. OLE color: 4883407.

HSL color Cylindrical-coordinate representation of color #CF834A: hue angle of 25.71º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF834A is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 131 74 -
CMYK 0 0.37 0.64 0.19
HSL 25.71º 0.58% 0.55% -
HSV(B) 25.71º 0.64% 0.81% -
XYZ 35.08 29.99 10.42 -
YUV 147.23 86.68 170.63 -
System Red Green Blue C M Y K H S L
Decimal 207 131 74 0 0.37 0.64 0.19 25.71 0.58 0.55
Hex CF 83 4A 0 25 40 13 1A 3A 37
Octal 317 203 112 0 45 100 23 32 72 67
Binary 11001111 10000011 1001010 0 100101 1000000 10011 11010 111010 110111

Color Harmonies of #CF834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF834A

Black with #CF834A

Text Example


Text Example

White with #CF834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF834A; }

 p { color: rgb(207,131,74); }

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

background-color css

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

 a { background-color: rgb(207,131,74); }

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

border-color css

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

 span { border-color: rgb(207,131,74); }

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