Html Css Color HEX #CF831B Ochre

📋 copy color: '#CF831B'

red 207 ◦ green 131 ◦ blue 27

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

Shades of Ochre #CF831B

Tints of Ochre #CF831B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.4%

R = 56.71%
G = 35.89%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF831B (or 0xCF831B) is known color: Ochre. HEX triplet: CF, 83 and 1B. RGB value is (207,131,27). Sum of RGB (Red+Green+Blue) = 207+131+27=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF831B is #307CE4. Grayscale: #8E8E8E. Windows color (decimal): -3177701 or 1803215. OLE color: 1803215.

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

Color convert

RGB 207 131 27 -
CMYK 0 0.37 0.87 0.19
HSL 34.67º 0.77% 0.46% -
HSV(B) 34.67º 0.87% 0.81% -
XYZ 34.05 29.58 4.95 -
YUV 141.87 63.18 174.46 -
System Red Green Blue C M Y K H S L
Decimal 207 131 27 0 0.37 0.87 0.19 34.67 0.77 0.46
Hex CF 83 1B 0 25 57 13 23 4D 2E
Octal 317 203 33 0 45 127 23 43 115 56
Binary 11001111 10000011 11011 0 100101 1010111 10011 100011 1001101 101110

Color Harmonies of #CF831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF831B

Black with #CF831B

Text Example


Text Example

White with #CF831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF831B; }

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

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

background-color css

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

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

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

border-color css

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

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

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