Html Css Color HEX #CF831D Ochre

📋 copy color: '#CF831D'

red 207 ◦ green 131 ◦ blue 29

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

Shades of Ochre #CF831D

Tints of Ochre #CF831D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.9%

R = 56.4%
G = 35.69%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF831D (or 0xCF831D) is known color: Ochre. HEX triplet: CF, 83 and 1D. RGB value is (207,131,29). Sum of RGB (Red+Green+Blue) = 207+131+29=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF831D is #307CE2. Grayscale: #8E8E8E. Windows color (decimal): -3177699 or 1934287. OLE color: 1934287.

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

Color convert

RGB 207 131 29 -
CMYK 0 0.37 0.86 0.19
HSL 34.38º 0.75% 0.46% -
HSV(B) 34.38º 0.86% 0.81% -
XYZ 34.07 29.59 5.08 -
YUV 142.1 64.18 174.29 -
System Red Green Blue C M Y K H S L
Decimal 207 131 29 0 0.37 0.86 0.19 34.38 0.75 0.46
Hex CF 83 1D 0 25 56 13 22 4B 2E
Octal 317 203 35 0 45 126 23 42 113 56
Binary 11001111 10000011 11101 0 100101 1010110 10011 100010 1001011 101110

Color Harmonies of #CF831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF831D

Black with #CF831D

Text Example


Text Example

White with #CF831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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