Html Css Color HEX #CF721B Ochre

📋 copy color: '#CF721B'

red 207 ◦ green 114 ◦ blue 27

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

Shades of Ochre #CF721B

Tints of Ochre #CF721B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

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

R = 59.48%
G = 32.76%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF721B (or 0xCF721B) is known color: Ochre. HEX triplet: CF, 72 and 1B. RGB value is (207,114,27). Sum of RGB (Red+Green+Blue) = 207+114+27=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF721B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF721B is #308DE4. Grayscale: #848484. Windows color (decimal): -3182053 or 1798863. OLE color: 1798863.

HSL color Cylindrical-coordinate representation of color #CF721B: hue angle of 29º 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 #CF721B is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 114 27 -
CMYK 0 0.45 0.87 0.19
HSL 29º 0.77% 0.46% -
HSV(B) 29º 0.87% 0.81% -
XYZ 31.95 25.38 4.25 -
YUV 131.89 68.81 181.57 -
System Red Green Blue C M Y K H S L
Decimal 207 114 27 0 0.45 0.87 0.19 29 0.77 0.46
Hex CF 72 1B 0 2D 57 13 1D 4D 2E
Octal 317 162 33 0 55 127 23 35 115 56
Binary 11001111 1110010 11011 0 101101 1010111 10011 11101 1001101 101110

Color Harmonies of #CF721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF721B

Black with #CF721B

Text Example


Text Example

White with #CF721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF721B; }

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

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

background-color css

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

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

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

border-color css

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

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

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