Html Css Color HEX #CF7728 Ochre

📋 copy color: '#CF7728'

red 207 ◦ green 119 ◦ blue 40

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

Shades of Ochre #CF7728

Tints of Ochre #CF7728

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.51%

 BLUE value IS 40 (16.02% from 255) = 10.93%

R = 56.56%
G = 32.51%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF7728 (or 0xCF7728) is known color: Ochre. HEX triplet: CF, 77 and 28. RGB value is (207,119,40). Sum of RGB (Red+Green+Blue) = 207+119+40=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7728 is #3088D7. Grayscale: #888888. Windows color (decimal): -3180760 or 2652111. OLE color: 2652111.

HSL color Cylindrical-coordinate representation of color #CF7728: hue angle of 28.38º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF7728 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 119 40 -
CMYK 0 0.43 0.81 0.19
HSL 28.38º 0.68% 0.48% -
HSV(B) 28.38º 0.81% 0.81% -
XYZ 32.71 26.61 5.42 -
YUV 136.31 73.65 178.42 -
System Red Green Blue C M Y K H S L
Decimal 207 119 40 0 0.43 0.81 0.19 28.38 0.68 0.48
Hex CF 77 28 0 2B 51 13 1C 44 30
Octal 317 167 50 0 53 121 23 34 104 60
Binary 11001111 1110111 101000 0 101011 1010001 10011 11100 1000100 110000

Color Harmonies of #CF7728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7728

Black with #CF7728

Text Example


Text Example

White with #CF7728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7728; }

 p { color: rgb(207,119,40); }

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

background-color css

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

 a { background-color: rgb(207,119,40); }

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

border-color css

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

 span { border-color: rgb(207,119,40); }

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