Html Css Color HEX #CF830F Ochre

📋 copy color: '#CF830F'

red 207 ◦ green 131 ◦ blue 15

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

Shades of Ochre #CF830F

Tints of Ochre #CF830F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.25%

R = 58.64%
G = 37.11%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF830F (or 0xCF830F) is known color: Ochre. HEX triplet: CF, 83 and 0F. RGB value is (207,131,15). Sum of RGB (Red+Green+Blue) = 207+131+15=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF830F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF830F is #307CF0. Grayscale: #8D8D8D. Windows color (decimal): -3177713 or 1016783. OLE color: 1016783.

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

Color convert

RGB 207 131 15 -
CMYK 0 0.37 0.93 0.19
HSL 36.25º 0.86% 0.44% -
HSV(B) 36.25º 0.93% 0.81% -
XYZ 33.93 29.53 4.36 -
YUV 140.5 57.18 175.43 -
System Red Green Blue C M Y K H S L
Decimal 207 131 15 0 0.37 0.93 0.19 36.25 0.86 0.44
Hex CF 83 F 0 25 5D 13 24 56 2C
Octal 317 203 17 0 45 135 23 44 126 54
Binary 11001111 10000011 1111 0 100101 1011101 10011 100100 1010110 101100

Color Harmonies of #CF830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF830F

Black with #CF830F

Text Example


Text Example

White with #CF830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF830F; }

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

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

background-color css

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

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

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

border-color css

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

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

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